TOC PREV NEXT INDEX

domref



window.onkeyup


An event handler for the keyup event on the window.

Syntax

window.onkeyup = funcRef
 

Parameters

funcRef is a reference to a function.

Example

window.onkeyup = doFunc;
 

Notes

The keyup event is raised when a key that has been pressed is released.

Specification

DOM Level 0. Not part of specification.
 


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