Jump to content

[SOLVED] Form sumbit button doesn't work in IE.


bmdsherman

Recommended Posts

I can't get this form button to work in IE.

<form method="post" action="checkuser.php" name="form">
  <table border="0" cellpadding="1" cellspacing="4" align="center">
    <tr> 
      <td>Email Address:</td>
      <td><input name="email_address" type="text" value="<?php echo"$email";?>" id="email_address"></td>
    </tr>
    <tr> 
      <td>Password:</td>
      <td><input name="password" type="password" value="<?php echo"$password";?>" id="password"></td>
    </tr>
     <tr> 
      <td>Remember Me:</td>
      <td><input name="cookie" type="checkbox" checked="checked"></form></td>
    </tr>
    <tr> 
      <td> </td>
      <td><input type="submit" name="Submit" value="Login"></td>
    </tr>
  </table>

</form>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.