TOC PREV NEXT INDEX

domref



window.onkeydown


An event handler for the keydown event on the window.

Syntax

window.onkeydown = funcRef
 

Parameters

funcRef is a reference to a function.

Example

window.onkeydown = doFunc;
 

Notes

The keydown event is raised when the user presses any key.

Specification

DOM Level 0. Not part of specification.
 


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