submit button not working
Posted: Fri Sep 05, 2008 9:47 am
Submit button not working in IE when i use enter key. It works when i use mouse. It works fine in firefox.
this is the code i am using,
this is the code i am using,
Code: Select all
<form method='post' action='mypage'>
<input type='text' name='myname' value=''>
<input type='submit' name='submit' value='submit'>
</form>