Horje

Example of HTML ondblclick Event Attribute

It will Execute a JavaScript when a button is double-clicked.
index.html
Example: HTML
 <button ondblclick="myFunction()">Double-click me</button> 

Output should be:

Example of HTML ondblclick Event Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Mouse Events Attribute
Uploaded by:
Admin