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

DOM Level 0. Not part of specification.


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