browser bug

D

Disco

Hi,

Does anyone know of the particular browser bug that occurs in IE6 (I can not
re produce this is in other browsers), when I have a <form> element that
only works when you click the submit button with your mouse, and only
*sometimes* works when you hit the enter key. I only have three items in my
form, they are 1 input type text, 1 input type password, 1 input type submit
button. The default action for some browsers are that the first submit
button in the form 'should be' the one that is 'pressed' when the enter key
is pressed.

This code works on IE5.5, Moz 1.4, NS 7.1, Opera 7.11, however, it sometimes
does not work in IE6. Is there anything that you can see in this code that
may cause inconsistencies?


<form action="/login.php" method=post>
<table>
<tr><td><input type="text" name="username" value="" size=20
maxlength=32></td></tr>
<tr><td><input type="password" name="password" size=20
maxlength=32></td></tr>
<tr><td><input type="submit" name="submit" value="Login
now"></td></tr>
</table>
</form>


Thanks very much
 
B

brucie

Does anyone know of the particular browser bug that occurs in IE6 (I can not
re produce this is in other browsers), when I have a <form> element that
only works when you click the submit button with your mouse, and only
*sometimes* works when you hit the enter key.
http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html

This code works on IE5.5, Moz 1.4, NS 7.1, Opera 7.11, however, it sometimes
does not work in IE6.

works every time for me with enter or mouse.
IE6.0.2800.1106.xpsp2.030422-1633
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top