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 control in here -->
</div>


Last modified by Mohit @ 4/11/2025 7:45:36 AM