TOC PREV NEXT INDEX

domref



onmousemove


The onmousemove propety returns the onMouseDown event handler code on the current element.

Syntax

event handling code = element.onMouseMove
 

Example

None.
 

Notes

The mousemove event is raised when the user moves the mouse.

Specification

DOM Level 0. Not part of specification.


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