ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Login form producing msgmode=4 error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Login form producing msgmode=4 error

 Post Reply Post Reply
Author
Message
egemen View Drop Down
Newbie
Newbie
Avatar

Joined: 20-April-2007
Location: Turkey
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote egemen Quote  Post ReplyReply Direct Link To This Post Topic: Login form producing msgmode=4 error
    Posted: 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
Back to Top
rgergen View Drop Down
Newbie
Newbie


Joined: 01-December-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote rgergen Quote  Post ReplyReply Direct Link To This Post 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. 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.105 seconds.