|
|
Q2066 How do I disable the ENTER key from activating the form submission?
irt.org | Knowledge Base | HTML | Q2066 [ previous next ] Q2066 How do I disable the ENTER key from activating the form submission?This can be achieved by submitting the form using the onClick event handler instead of onSubmit event handler. It is necessary to return false on event handler onSubmit to prevent submit on hitting ENTER key. Sample code:
Feedback on 'Q2066 How do I disable the ENTER key from activating the form submission?' |
-- div -->
|