TOC PREV NEXT INDEX

Put your logo here!


window.onmouseover


An event handler for the mouseover event on the window.

Syntax

window.onmouseover = funcRef 

Parameters

funcRef is a reference to a function.

Example

window.onmouseover = doFunc; 

Notes

The mouseover event is raised when the moves over the current element (in this case the window itself).

Specification

DOM Level 0. Not part of specification. 


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