Not logged in - Login
< back

Web Page- Prevent 'Enter' Key from Firing Button

Use the following to prevent the 'Enter' key from firing any button within the

element.

<div onkeypress="javascript: return false;">
   <!-- add other html control in here -->
</div>