HTML Event Bindings
onblur:
onclick:
onchange:
ondblclick:
onfocus:
onkeydown:
onkeypress:
onkeyup:
onload: Alert presented on initial document load.
onmousedown:
onmousemove: Move mouse over this
link
onmouseout: Position mouse
here
and now leave.
onmouseover: Position mouse over this
link
onmouseup:
onreset:
onselect:
onsubmit:
onunload: Try to leave document by following this
link
.