Area.onDblClick : Area : HTML Tags JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » HTML Tags » Area »

 

Area.onDblClick









Syntax








onDblClick="command"



The onDblClick event handler is invoked when the user double-clicks the mouse pointer while in the region defined by the tag.












<html>
    <body>
    <map name="clothesMap">
    <area name="redShirt"
            coords="1,1,48,48"
            target="_top"
            onDblClick="alert('double clicked.')">
    </map>
    <img src="http://www.navioo.com/style/logo.png" align="top"
         height="100"   width="100" usemap="#clothesMap">
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo HTML Tags
» Area