Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-25-2004 14:31:08

48hourprint
Member
Registered: 02-03-2003
Posts: 22

Static Accounts Login On Static Html

Put this on our static index.html page and it seems to work fine.. but I removed the following line as it seemed to only be for cookie handling;

(CGIVAR)common_hidden_fields(/CGIVAR)

Also, changed:

<input type="TEXT" name="custacct_id" size="30" value="(CGIVAR)fd_act(/CGIVAR)">

to:

<input type="TEXT" name="custacct_id" size="30">

Anyone see a problem with this? Thanks!


<FORM name="login" action="../cgi-bin/ccp51/cp-app.cgi" method="post">
<BR>
<input type="HIDDEN" name="pg" value="ste_custacct_proc">
<TABLE cellSpacing=2 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD width=50>
<DIV align=right>Email:</DIV></TD>
<TD width=102><INPUT type="text" size="15" name="custacct_id"></TD>
<TD width=43></TD></TR>
<TR>
<TD width=50>
<DIV align=right>Password:</DIV></TD>
<TD width=102><INPUT type="password" size="15" name="custacct_password"></TD>
<TD width=43>
<DIV align=center><INPUT type="submit" value="Go" name="submitButtonName"></DIV></TD></TR></TBODY></TABLE><A href="../cgi-bin/ccp51/cp-app.cgi?&pg=ste_custacctemp">Forgot Password?</A>    <A href="../cgi-bin/ccp51/cp-app.cgi?&pg=ste_custacctnew">New Account</A>
</FORM>

Offline

 

#2 05-25-2004 16:31:08

nav
Member
Registered: 04-07-2004
Posts: 666

Re: Static Accounts Login On Static Html

Hi,

one problem, yes :



replace it with this :

Code:


<A href="../cgi-bin/ccp51/cp-app.cgi?&pg=custacctemp">Forgot Password?</A>    <A href="../cgi-bin/ccp51/cp-app.cgi?&pg=custacctnew">New Account</A>



______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#3 06-27-2004 21:36:12

TheThinker
Member
From: Salt Lake City, Utah
Registered: 06-16-2004
Posts: 535
Website

Re: Static Accounts Login On Static Html

48hourprint,

Did this work for you??


Regards,
Eric

Offline

 

#4 06-27-2004 21:59:04

48hourprint
Member
Registered: 02-03-2003
Posts: 22

Re: Static Accounts Login On Static Html

Works fine... but I have no idea why Nav pasted the exact same HTML that was already posted... and then stated there was a problem with it??

here's a link on our dev server home page if you want to see it.

Offline

 

#5 06-27-2004 23:37:38

TheThinker
Member
From: Salt Lake City, Utah
Registered: 06-16-2004
Posts: 535
Website

Re: Static Accounts Login On Static Html

48hourprint,06/27/2004 09:59:04 PM wrote:

Works fine... but I have no idea why Nav pasted the exact same HTML that was already posted... and then stated there was a problem with it??

here's a link on our dev server home page if you want to see it.

48hourprint,

Thanks for letting me know.  After I messaged you I noticed that the code has an apparently harmless typo:

<A href="../cgi-bin/ccp51/cp-app.cgi?&pg=ste_custacctemp">Forgot Password?</A>    <A href="../cgi-bin/ccp51/cp-app.cgi?&pg=ste_custacctnew">New Account</A>

There is an extra name/value par parm separator (the "&") char after the query string separator (the "?" char) in the URL.


Regards,
Eric

Offline

 

Board footer