Horje

Definition and Usage of HTML onmousedown Event Attribute

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):

  1. onmousedown
  2. onmouseup
  3. onclick

The order of events related to the onmousedown event (for the right mouse button):

  1. onmousedown
  2. onmouseup
  3. oncontextmenu



Single Articles
Example of HTML onmousedown Event AttributeMouse Events Attribute
Definition and Usage of HTML onmousedown Event AttributeMouse Events Attribute
Browser Support of HTML onmousedown Event AttributeMouse Events Attribute
Syntax of HTML onmousedown Event AttributeMouse Events Attribute
Attribute Values of HTML onmousedown Event AttributeMouse Events Attribute
Technical Details of HTML onmousedown Event AttributeMouse Events Attribute
How to Execute a JavaScript when pressing a mouse button over a paragraphMouse Events Attribute


Related Articles
List of Mouse Events Attribute Mouse Events Attribute
What is HTML onclick Event Attribute Mouse Events Attribute
What is HTML ondblclick Event Attribute Mouse Events Attribute
What is HTML onmousedown Event Attribute Mouse Events Attribute
What is HTML onmousemove Event Attribute Mouse Events Attribute

Category:
Web Tutorial
Sub Category:
Mouse Events Attribute
Uploaded by:
Admin