TOC PREV NEXT INDEX

domref



onmouseover


The onmouseover property returns the onMouseOver event handler code on the current element.

Syntax

event handling code = element.onMouseOver
 

Example

None.
 

Notes

The mouseover event is raised when the user moves the mouse over a particular element.

Specification

DOM Level 0. Not part of specification.


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