
onmousemove
The onmousemove propety returns the onMouseMove 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.
Netscape Communications
http://developer.netscape.com
|