Checkboxes, buttons (radio, reset, submit) and hyperlinks: the onClick handler is called when the item is clicked |
Select, text, textarea: the onChange handler is called when a change occurs in these fields |
onMouseOver plays same role for links and image maps that onFocus does for form elements |
onMouseOut is the opposite of onMouseover |
Text or textarea: the onSelect handler is called when text is selected |
onSubmit handler is called when the submit button on a form is clicked |
onReset handler is called when the reset button on a form is clicked |