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.


    
    
                coords="1,1,48,48"
            target="_top"
            onDblClick="alert('double clicked.')">
    
             height="100"   width="100" usemap="#clothesMap">