I have created a combo box in javascript that I plan to include on a data entry screen.
I'm having a problem preventing the form submit from firing when the Enter key is pressed on a selection. I would like to trap the default handling, test to see if the submit button was pressed and if not cancel the event.
Thanks in advance, Harvey
I'm having a problem preventing the form submit from firing when the Enter key is pressed on a selection. I would like to trap the default handling, test to see if the submit button was pressed and if not cancel the event.
Thanks in advance, Harvey
Comment