TOC PREV NEXT INDEX

Put your logo here!


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. 


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