i have a 2 login forms i needs to operate differently.....
one displays errors on the same page....like incorrect password...but the form at the top of the page (www.tab-db.com/home.php) is completely different login form. I need to make it the same form as the one im using and also to display the errors in the iframe named "main"??
heres the form code:
<input type="text" name="email" class="textBox" id="email" value="<?=$email?>"></td>
</tr>
<tr>
<td valign="middle" colspan="3">
<img src="images/trans.gif" width="1" height="5" border="0"></td>
</tr>
<tr>
<td valign="middle" align="left" >
<span class="style2">Password</span></td>
<td valign="middle">
<img src="images/trans.gif" width="10" height="1" border="0"></td>
<td align="left" valign="middle">
<input name="password" type="password" class="textBox" id="password" value="<?=$password?>"></td>
</tr>
<tr>
<td valign="middle" colspan="3">
<img src="images/trans.gif" width="1" height="5" border="0"></td>
</tr>
<tr>
<td colspan="3" align="left" valign="top">
<table width="260" border="0" cellspacing="1" cellpadding="2">
<tr>
<td width="1%">
<input type="checkbox" name="rem" value="1" <?=$chkRem?>> </td>
thanks