window.onmouseup
An event handler for the mousedown event on the window.
Syntax
window.onmousedown = funcRef
Parameters
funcRef is a reference to a function.
Example
Notes
The mousedown event is raised when the user clicks the left mouse button anywhere in the document.
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |