lounger Posted September 2, 2006 Share Posted September 2, 2006 hii have a email sign up box and a login to your account sign up box on my home page i have recently moved the email sing up box to the top of my page but now when i try and log in to my account in the account sing up box it opens the email insted of my websiteaccount here is my email sign code am i missing somthig out here??[code]<table border="1" cellspacing="0" cellpadding="0" width="103" bordercolor="#000000" align:left"> <tr> <td height="16"> <table border="0" cellspacing="0" cellpadding="2" width="100%" height="100%"> <form name="login_form" action="http://.mail.everyone.net/email/scripts/loginuser.pl" method="post"> <tr bgcolor="#FF6600"> <td height="2" nowrap width="39%" align="left"> <font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Email Login</font><br> <input type="text" size="12" name="loginName" value=""> </td> <td height="2" nowrap width="36%" align="left"> <font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Email Password</font><br> <input type="password" size="12" name="user_pwd" value=""> </td> <td height="2" nowrap width="25%" valign="bottom" align="left"> <input type="submit" name="login" value="Login"> </td> </tr> <tr bgcolor="#000000"> <td height="2" nowrap colspan="3" valign="left"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="59%"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><i>powered by </i></font> <a href="http://www.everyone.net/" target="_blank"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1">Everyone.net</font></a></td> <td width="41%" align="right"><p><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2"><B>FREE yourname@.com Email</b></font> <a href="http://.mail.everyone.net/email/scripts/serviceMenu.pl?user=new"><font color="#FF0000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Free Email sign up</b>!</font></a></p></td> </tr> </table>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/19471-email-form-problems/ Share on other sites More sharing options...
lounger Posted September 2, 2006 Author Share Posted September 2, 2006 well im still having trouble with this can one ???anyone think of anything that would confuse the script into thinking both sighup boxrs are the same?? Quote Link to comment https://forums.phpfreaks.com/topic/19471-email-form-problems/#findComment-84577 Share on other sites More sharing options...
w32 Posted September 2, 2006 Share Posted September 2, 2006 check for unclosed/wrongfully used <form> tags in both forms, and check that the script you're specifying in the action attribute is the correct one :) Quote Link to comment https://forums.phpfreaks.com/topic/19471-email-form-problems/#findComment-84586 Share on other sites More sharing options...
lounger Posted September 2, 2006 Author Share Posted September 2, 2006 thanks sorted it Quote Link to comment https://forums.phpfreaks.com/topic/19471-email-form-problems/#findComment-84631 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.