[cfaussie] OT: Javascript: Enter key form submit

2007-02-04 Thread Scott Thornton
heers, > Adam > > PS.. untested.. > > -Original Message- > From: Scott Thornton [mailto:[EMAIL PROTECTED] > Sent: Monday, 5 February 2007 9:49 AM > To: cfaussie@googlegroups.com > Subject: [cfaussie] OT: Javascript: Enter key form submit > > > Hi, > &

[cfaussie] OT: Javascript: Enter key form submit

2007-02-04 Thread Scott Thornton
Hi, User presses enter key, I want the form to submit with the correct button focused. My attempt does not seem to properly focus so on the action page, the button BTN_FIND is not defined. function trapEnterKey() { Key = window.event.keyCode; if (Key == 13) {