onkeyup
The onkeyup property returns the onKeyUp event handler code for the current element.
Syntax
event handling code = element.onclick
Example
Notes
The keyup event is raised when the user releases a key that's been pressed.
Specification
Netscape Communications http://developer.netscape.com |