TOC PREV NEXT INDEX

Put your logo here!


window.onmousemove


An event handler for the mousemove event on the window.

Syntax

window.onmousemove = funcRef 

Parameters

funcRef is a reference to a function.

Example

window.onmousemove = doFunc; 

Notes

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

Specification

DOM Level 0. Not part of specification. 


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