Hi,
I have a form in HTML in the following order
<form>
input field
<submit button1>
input field
<submit button2>
Now when I am pressend the "Enter" Hardkey from Keyboard, it is taking submit button2 in IE but not in Mozilla. For me Mozilla is working fine.
Can anyone help me out in this...