TOC PREV NEXT INDEX

domref



onkeyup


The onkeyup property returns the onKeyUp event handler code for the current element.

Syntax

event handling code = element.onClick
 

Example

None.
 

Notes

The keyup event is raised when the user releases a key that's been pressed.

Specification

DOM Level 0. Not part of specification.


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX