
onmousemove
The onmousemove propety returns the onMouseMove event handler code on the current element.
Syntax
event handling code = element.onmousemoveExample
Notes
The mousemove event is raised when the user moves the mouse.
Specification
|
Netscape Communications http://developer.netscape.com |