Re: [OT] submit form with ENTER

2000-09-05 Thread Jackson Moore (CFTalk)
Yeah, kind of a pain in the butt. Here is the work around I use. It traps all key presses, looking for the enter key and then submits the form. Keep in mind that this works in Netscape only since Netscape uses event.which and IE uses event.keyCode. function CheckForEnter(event) { if (event

RE: [OT] submit form with ENTER

2000-09-01 Thread Steve Pierce
Yep that is a Netscape feature. -Original Message- From: Birgit Pauli-Haack [mailto:[EMAIL PROTECTED]] Sent: Friday, September 01, 2000 5:26 PM To: [EMAIL PROTECTED] Subject: [OT] submit form with ENTER Using a login form in Netscape 4.7, I am not able to send the form by hitting the E