Click to See Complete Forum and Search --> : focus on input box and pressing enter submits the form


Rxyz
08-08-2006, 02:19 PM
Have a jsp which has couple of input boxes in it.

Have couple submit buttons too in it.

When the focus is on a input box the first submit button also has focus and when the clicked enter from input box it is submitting the form i.e the first submit button is getting executed.

is this default behaviour? is it possible to make not to submit on enter? if so how?

where can find more info the same? Thanks.

Kravvitz
08-08-2006, 06:29 PM
Yes, that is default behavior.

A little JavaScript can prevent it. (http://www.google.com/search?q=JavaScript+prevent+enter+submit)