Feedback: irt.org FAQ Knowledge Base Q1214
Feedback on: irt.org FAQ Knowledge Base Q1214
Sent by Aj on August 30, 2001 at 12:16:35: - feedback #3112
Worth: Worth reading
Comments: Hi, How do you selectively cancel the key just pressed? Specifically CR=ASCII 13, but let all other key presses pass through?
Sent by Brian on April 12, 2002 at 10:54:50: - feedback #3779
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: helpful, however.. the small code runs, but i get an 'object expected' error on 'document.onkeypress = keyhandler;' is there any way around that? thanx.
Sent by Abhinav on August 30, 2002 at 06:36:46: - feedback #4115
Length: Just right
Comments: Thanx.. One thing that is clear that for NN we have to capture keypress event for all form fields..otherwise if the focus IS on any field (not listening to keypress)..the event will not get trapped. Is there any way to make all form fields listen to it IN ONE GO..i mean if one doesn't want to write statements for all fields. Thanx again..
|