|
|
|
|
|
window.onmousedown
An event handler for the mousedown event on the window.
Syntax
window.onmousedown = funcRefParameters
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.
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|