TOC PREV NEXT INDEX

domref



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

DOM Level 0. Not part of specification.


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX