asp.net.ph

onkeyup Event

DHTML Events


Fires when a key is released over an element.

Syntax


Inline HTML <element onkeyup = "handler" ... > All platforms
Event property object.onkeyup = handler ECMA-262 Language Specification
Named script <script FOR=object EVENT=onkeyup> Internet Explorer® only

Remarks


Bubbles Yes
Cancels Yes
To invoke Release any keyboard key.
Default action Returns a number specifying the keyCode of the key that was released.

Setting event.returnValue=false has no effect on keyboard events used for navigation, on hot keys assigned to the browser, or on system events. The following keys cannot be canceled: TAB, F1 through F12, HOME, END, ESC, DELETE, and the arrow keys.

Event Object Properties

While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties


Applies To

This attribute may be used with most elements.

See Also

onkeydown, onkeypress




Contents
HTML Elements
HTML Element Attributes
CSS Attributes
DOM Objects
DOM Object Properties
DOM Events Reference
DOM Methods Reference
DOM Collections Reference
 

Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph