TOC PREV NEXT INDEX

domref



onmouseout


The onmouseout property returns the onMouseOut event handler code on the current element.

Syntax

event handling code = element.onmouseout
 

Example

None.
 

Notes

The mouseout event is raised when the mouse leaves an element (e.g, when the mouse moves off of an image in the web page, the mouseout event is raised for that image element).

Specification

Not part of specification.


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX