|
|
|
|
|
onkeyup
The onkeyup property returns the onKeyUp event handler code for the current element.
Syntax
event handling code = element.onClickExample
None.Notes
The keyup event is raised when the user releases a key that's been pressed.
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|