1. onabort - this event occurs with interruption of a load of a picture.
  2. onafterupdate - this event occurs with ending transfer of the data.
  3. onbeforeunload - this event occurs before a unloading of page that allows to keep the data.
  4. onbeforeupdate - this event occurs before a unloading of page.
  5. onblur - this event occurs with an exit of a window from focus.
  6. onbounce - this event occurs in an element MARQEE, when the value of property BEHAVIOR = ALTERNATE and contents reaches the end.
  7. onchange - this event occurs with change of contents of object.
  8. onclick - this event occurs when the button of the mouse has clicked on the document.
  9. ondataavailable - this event occurs periodically when the data come from an asynchronous source.
  10. ondatasetchanged - this event occurs with change about the data, for example with application of a filtration of the data.
  11. ondatasetcomplete - this event occurs when all data from a source will be accessible.
  12. ondblclick - this event occurs when the user does double click on the document.
  13. ondragstart - this event occurs when the user begins dragging by the mouse.
  14. onerror - this event occurs with a error by transfer of the data.
  15. onerrorupdate - this event occurs with a cancellation of change of the data by event ONBEFOREUPDATE, replacing event ONAFTERUPDATE.
  16. onfilterchange - this event occurs with change of a condition of the static filter or with ending transition dynamic.
  17. onfilterevent - this event occurs when the transition of the filter is completed.
  18. onfinish - this event occurs with ending a cycle in the tag MARQUEE.
  19. onfocus - this event occurs when the object becomes active.
  20. onhelp - this event occurs with pressing by the user of keys F1 or HELP.
  21. onkeydown - this event occurs with pressing a key of the keyboard.
  22. onkeypress - this event occurs with pressing a key of the keyboard and proceeds while the key is pressed.
  23. onkeyup - this event occurs when the user releases a key of the keyboard.
  24. onload - this event occurs with a complete load of object.
  25. onmousedown - this event occurs when the user presses the left button of the mouse.
  26. onmousemove - this event occurs when the user moves the mouse.
  27. onmouseout - this event occurs when the cursor of the mouse leaves object.
  28. onmouseover - this event occurs when the cursor of the mouse occurs on object.
  29. onmouseup - this event occurs when the user releases the button of the mouse.
  30. onreadystatechange - this event occurs with change of property REDYSTATE.
  31. onreset - this event occurs with clearing the form.
  32. onresize - this event occurs with change by the user of the sizes of a window.
  33. onrowenter - this event occurs with change of the data in a current line and when the new data are accessible.
  34. onrowexit - this event occurs before change of the data in a current line by a source.
  35. onscroll - this event occurs with scrolling a window by the user.
  36. onselect - this event occurs with change of current selection.
  37. onselectstart - this event occurs when the user begins selection in the document.
  38. onstart - this event occurs with the beginning of moving of the text of object MARQUEE.
  39. onsubmit - this event occurs with sending the form on the server or pressing of the button SUBMIT.
  40. onunload - this event occurs before a unloading of page.