onLoad and onUnloadThe onLoad and onUnload events are triggered when the user enters or leaves the page. onFocus, onBlur and onChangeThe onFocus, onBlur and onChange events are often used in combination with validation of form fields. onSubmitThe onSubmit event is used to validate ALL form fields before submitting it. onMouseOverThe onmouseover event can be used to trigger a function when the user mouses
over an HTML element. |