HTML Tags JavaScript Tutorial

Syntax

document.links[num].handleEvent(event)
The handleEvent() method invokes the event handler associated with the event argument.



    
    
    

    
    
                  coords="1,1,48,48"
            href="#PEPPERS"
            target="_top"
            onMouseOver="fillTextField(event)"
            onMouseOut="fillTextField(event)">

                  coords="51,1,99,49"
            href="#ONION"
            target="_top"
            onMouseOver="alert('A')"
            onMouseOut="alert('B')">
    
             align="top"
         height="50"
         width="100"
         usemap="#rntsoftMap">