TOC PREV NEXT INDEX

Put your logo here!


onmousedown


The onmousedown property returns the onMouseDown event handler code on the current element.

Syntax

event handling code = element.onmousedown 

Example

None. 

Notes

The mousedown event is raised when the user presses the left button button.

Specification

Not part of specification.


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