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

<div> element.

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