Print Page | Close Window

Login form producing msgmode=4 error

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=1348
Printed Date: 22-July-2025 at 6:26am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Login form producing msgmode=4 error
Posted By: egemen
Subject: Login form producing msgmode=4 error
Date 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



Replies:
Posted By: rgergen
Date 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. 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net