Event handler for | None |
Implemented in | Navigator 4.0 |
onMouseMove="handlerText"
| JavaScript code or a call to a JavaScript function. |
onMouseMove
is not an event of any object. You must explicitly set it to be associated with a particular object.
MouseMove
event is sent only when a capture of the event is requested by an object (see "Events in Navigator 4.0"). document.captureEvents
For general information on event handlers, see "General Information about Events".
For information about the event
object, see event
.
Last Updated: 10/31/97 16:34:02