Feedback on: irt.org FAQ Knowledge Base Q1214
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?
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.
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..