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

movement = element.onmousemove 

Notes

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

Specification

Not part of specification.


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