onkeypress
The onkeypress property returns the onKeyPress event handler code for the current element.
Syntax
event handling code = element.onkeypress
Example
Notes
The keypress event is raised when the user presses a key on the keyboard.
Specification
Netscape Communications http://developer.netscape.com |