- onabort - 1 when the user interrupts the image upload
- onafterupdate - at the end of the data transfer.
- onbeforeunload - before unloading the page to save the data.
- onbeforeupdate - before unloading the page.
- onblur - when the window goes out of focus.
- onbounce - in a MARQEE element when the value of the BEHAVIOR ALTERNATE property and content reaches the end.
- onchange - when the content of the element changes.
- onclick - when the mouse button is clicked on the document.
- ondataavailable - periodically when data comes from an asynchronous source.
- ondatasetchanged - when changing the order of the data, such as when filtering data.
- ondatasetcomplete - when all the data from the source becomes available.
- ondblclick - when the user double-clicks on the document.
- ondragstart - when the user starts dragging with the mouse.
- onerror - transmission error.
- onerrorupdate - when the data change is canceled by the ONBEFOREUPDATE event, replacing the ONAFTERUPDATE event.
- onfilterchange - when the state of a static filter changes or when a dynamic transition ends.
- onfilterevent - when this filter transition is complete.
- onfinish - at the end of the cycle in the MARQUEE tag.
- onfocus - when the item becomes active.
- onhelp - when the user presses the F1 or HELP keys.
- onkeydown - when you press a keyboard key.
- onkeypress - key is pressed and continues when the key is held down.
- onkeyup - when the user releases a keyboard key.
- onload - when the item is fully loaded.
- onmousedown - when the user presses the left mouse button.
- onmousemove - when the user moves the mouse.
- onmouseout - when the mouse cursor moves off the element.
- onmouseover - when the mouse cursor hovers over an element.
- onmouseup - when the user releases the mouse button.
- onreadystatechange - when the REDYSTATE property changes.
- onreset - when clearing the form.
- onresize - the user resizes the window.
- onrowenter - when the data in the current row changes and new data is available.
- onrowexit - before changing the data in the current line by the source.
- onscroll - when the user scrolls the window.
- onselect - when the current selection changes.
- onselectstart - when the user first launches the selected section of the document.
- onstart - at the beginning of scrolling of the scrolling line of the MARQUEE element.
- onsubmit - when the form is submitted to the server or the SUBMIT button is pressed.
- onunload - before unloading the page