asp.net.ph

onmouseup Event

DHTML Events


Fires when the user releases a mouse button while over the object.

Syntax


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

Remarks


Bubbles Yes
Cancels Yes
To invoke Press and release a mouse button.
Default action Initiates any action associated with this event.

A mouseup event occurs when the pointing device button is released over an element. The button property can be used to determine what mouse button is released. This event is valid for most elements.

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

See Also

onclick, onmousedown, onmousemove, onmouseout, onmouseover




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