TOC PREV NEXT INDEX

Put your logo here!


onkeyup


The onkeyup property returns the onKeyUp event handler code for the current element.

Syntax

event handling code = element.onclick 

Example

None. 

Notes

The keyup event is raised when the user releases a key that's been pressed.

Specification

Not part of specification.


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