![]() |
Login form producing msgmode=4 error |
Post Reply
|
| Author | |
egemen
Newbie
Joined: 20-April-2007 Location: Turkey Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: Login form producing msgmode=4 errorPosted: 05-February-2008 at 7:28am |
|
Hi All,
I have a customer login form in my header file which is pretty much set up like the pc manual. <%if session("idCustomer")="0" or session("idCustomer")="" then %> <li> <form name="login" method="post" action="checkout.asp?cmode=1" style="font-size:x-small;"> <table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td><span class="style1">Username </span></td> </tr> <tr> <td><input type="text" name="LoginEmail" style="font-size:x-small;"></td> </tr> <tr> <td><span class="style1">Password </span></td> </tr> <tr> <td><input type="password" name="LoginPassword" style="font-size:x-small;"></td> </tr> <tr> <td> <input name="PassWordExists" type="hidden" value="YES" > <div align="center"> <a href="JavaScript:document.login.submit();"><img src="images/login.gif"></a> </div> <input type="hidden" name="SubmitCO.y" value="1"> </td> </tr> </table> </form> </li> & nbsp; <%end if%> When I try to log on this way 3 out of 4 times I am faced with a msgmode=4 error, but when I login via checkout.asp?cmode=1 everything works smoothly. What gives? Thanks in advance, Egemen |
|
![]() |
|
rgergen
Newbie
Joined: 01-December-2008 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 01-December-2008 at 11:45am |
|
Same here! any idea what might cause this? I think it's due to the session not being started yet because after it fails then it works till you close the browser and try again.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |