TOC PREV NEXT INDEX

Put your logo here!


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.


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX