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