HTML Tags JavaScript Tutorial

Syntax

onMouseOver="command"
The onMouseOver event handler is invoked when the user moves the mouse pointer out of the region defined by the tag.


    
    
                  coords="1,1,48,48"
            href="http://www.rntsoft.com"
            target="_top"
            onMouseOver="alert('An onMouseOver event occured.')">
    
             height="100"   width="100" usemap="#colorMap">