'onDblClick' Example : onDblClick « Event Handlers Reference « JavaScript Reference

'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

1.'onDblClick' Syntax and Note
2.'onDblClick' Properties
3.'onDblClick' is applied to