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
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.
Netscape Communications http://developer.netscape.com |