TOC PREV NEXT INDEX

Put your logo here!


window.onmouseout


An event handler for the mousedown event on the window.

Syntax

window.onmouseout = funcRef 

Parameters

funcRef is a reference to a function.

Example

window.onmouseout = doFunc; 

Notes

The mouseout event is raised when the mouse leaves the area of the specified 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