Area.onDblClick : Area « HTML Tags « JavaScript Tutorial






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.java2s.com/style/logo.png" align="top"
         height="100"   width="100" usemap="#clothesMap">
    </body>
    </html>








21.4.Area
21.4.1.Area
21.4.2.Area.handleEvent()
21.4.3.Area.host
21.4.4.Area.hostname
21.4.5.Area.href
21.4.6.Area.onDblClick
21.4.7.Area.onMouseOut
21.4.8.Area.onMouseOver
21.4.9.Area.pathname
21.4.10.Area.port
21.4.11.Area.protocol
21.4.12.Area.search
21.4.13.Area.target