Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

'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