TOC PREV NEXT INDEX

Put your logo here!


onmouseup


The onmouseup property returns the onMouseUp event handler code on the current element.

Syntax

event handling code = element.onMouseUp 

Example

None. 

Notes

The mouseup event is raised when the user releases the left mouse button.

Specification

DOM Level 0. Not part of specification.


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