'onDblClick' Example : onDblClick « Event onMethod « JavaScript DHTML






'onDblClick' Example

    
<HTML>
<body bottommargin=150 ondblclick="alert('double clicked!')">
    <p>Double-click anywhere in the page.</p>
</body>
</HTML>

    
      
      








Related examples in the same category