TOC PREV NEXT INDEX

domref



onkeypress


The onkeypress property returns the onKeyPress event handler code for the current element.

Syntax

event handling code = element.onkeypress
 

Example

None.
 

Notes

The keypress event is raised when the user presses a key on the keyboard.

Specification

Not part of specification.


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