Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Submit button

Almost all asp page I created with a submit button that works when user press Enter. I just had one it does not work by press Enter. I have to click the Submit button. Why?
Thanks,
Dan-Yeung
[206 byte] By [Acceris] at [2007-11-11 7:17:51]
# 1 Re: Submit button
If you have more than one form on the page, your browser doesn't know which one to submit when you press Enter. You can work around this by adding JavaScript to submit the form when the Enter key is pressed: http://www.google.com/search?q=javascript+submit+form+enter
Phil Weber at 2007-11-11 17:27:10 >