onmouseover Event

Occurs when the mouse pointer is moved into the region contained by the object from a region outside the object's boundaries.

Syntax

VBScriptSub spriteObj_onmouseover
<!--script-->
End Sub
JScript<SCRIPT LANGUAGE="JavaScript" FOR=spriteObj EVENT=onmouseover>
<!--script-->
</SCRIPT>

Example

Right-click inside the frame and choose View Source to see the source code.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.