Exemplu
Executați un JavaScript atunci când apăsarea unui buton al mouse-ului peste un paragraf:
<p onmousedown="mouseDown()">Click the text!</p>
Încearcă - l singur » Definiție și utilizare
onmousedown atribuie incendii atunci când un buton al mouse - ului este apăsat în jos pe elementul.
Tip: Ordinea evenimentelor legate de evenimentul onmousedown (for the left/middle mouse button) - (for the left/middle mouse button) :
Ordinea evenimentelor legate de evenimentul onmousedown (for the right mouse button) din (for the right mouse button) al (for the right mouse button) - (for the right mouse button) :
- onmousedown
- onmouseup
- oncontextmenu
Suport pentru browser-
Eveniment Atribut | |||||
---|---|---|---|---|---|
onmousedown | da | da | da | da | da |
Diferențe între HTML 4.01 și HTML5
Nici unul.
Sintaxă
< Valorile atributelor Valoare Descriere script Script-ul pentru a fi rulat pe onmousedown
Detalii tehnice
Tag-uri HTML acceptate: Toate elementele HTML, cu excepția: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style> și <title>
Pagini similare
HTML DOM referință: eveniment onmousedown