Hey,
How can I cancel the keydown of a button on the keyboard in an HTML page.
Thanks
Hey,
How can I cancel the keydown of a button on the keyboard in an HTML page.
Thanks
It's somewhat more complicated than described so far, see Quirksmode.org:
You cannot prevent the default
onkeydown
in Opera.
In Opera, use onkeypress
instead.