Link.onDblClick : a link : HTML Tags JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » HTML Tags » a link »

 

Link.onDblClick







The onDblClick event handler handles the event when the mouse cursor is double-clicked on the link.












<html>
    <head>
    <title> Using the onDblClick event handler of the Link object</title>
    </head>
    <body>
    Click the link.
    <form name="form1">
    <a href="http://www.navioo.com" onDblClick='alert("You double-clicked the link")'>www.navioo.com</a>
    <br><br>
    </form>
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo HTML Tags
» a link