
onkeydown
The onkeydown property returns the onKeyDown event handler code on the current element.
Syntax
event handling code = element.onkeydown
Example
Notes
The keydown event is raised when the user presses a keyboard key.
Specification
Not part of specification.
Netscape Communications
http://developer.netscape.com
|