Execute a JavaScript when pressing a mouse button over a paragraph:
![]()
The onmousedown event attribute is supported in all major browsers.
The onmousedown attribute fires when a mouse button is pressed down on the element.
Tip: The order of events related to the onmousedown event (for the left/middle mouse button):
The order of events related to the onmousedown event (for the right mouse button):
Note: The onmousedown attribute CANNOT be used with: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, or <title>.
None.
| Value | Description |
|---|---|
| script | The script to be run on onmousedown |
HTML Event Attributes
Your message has been sent to W3Schools.