Contents ExampleExecute a JavaScript when a button is double-clicked: | Browser Support |
1. Definition and Usage
The ondblclick attribute fires on a mouse double-click on the element.
Note: The ondblclick attribute CANNOT be used with: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, or <title>.
2. Differences Between HTML 4.01 and HTML5
None.
3. Syntax
1 | < element ondblclick = "script" > |
4. Attribute Values
Value | Description |
---|---|
script | The script to be run on ondblclick |