ondblclick=JavaScript |
|
Specifies JavaScript code to be executed when a
double-click is detected anywhere in the element. |
onblur=JavaScript |
|
Specifies JavaScript code to be executed when the
window of the document loses focus. |
onfocus=JavaScript |
|
Specifies JavaScript code to be executed when the
window of the document gains focus. |
onkeydown=JavaScript |
|
JavaScript to be executed when a key is pressed in
anywhere in the element. |
onkeyup=JavaScript |
|
JavaScript to be executed when a key is pressed and
then released in anywhere in the element. |
onmousedown=JavaScript |
|
If a mouse button is pushed down anywhere in the
element, then this JavaScript is executed. |
onmousemove=JavaScript |
|
If the mouse moves anywhere in the element, then
this JavaScript is executed. |
onmouseout=JavaScript |
|
If the mouse moves out of the element, then this
JavaScript is executed. |
onmouseover=JavaScript |
|
If the mouse moves over an element, then this
JavaScript is executed. |
onload=JavaScript |
|
Specifies JavaScript code to be executed when the
page is loaded. |
onunload=JavaScript |
|
Specifies JavaScript code to be executed when the
page is unloaded. |