TOC PREV NEXT INDEX

domref



window.onmousedown


An event handler for the mousedown event on the window.

Syntax

window.onmousedown = funcRef
 

Parameters

funcRef is a reference to a function.

Example

window.onmousedown = doFunc;
 

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
TOC PREV NEXT INDEX