|
|
|
|
|
onkeypress
The onkeypress property returns the onKeyPress event handler code for the current element.
Syntax
event handling code = element.onkeypressExample
Notes
The keypress event is raised when the user presses a key on the keyboard.
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|