TOC PREV NEXT INDEX

Put your logo here!


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.


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