for August 26, 1996: Meet The New Event Handlers
| onAbort | Activated when user aborts the loading of an image. |
| onBlur | Activated when a window or frame is no longer the active window. |
| onError | Activated when a document or image loading causes an error. |
| onFocus | Activated when a window or frame becomes the active window. |
| onMouseOut | Activated when the mouse leaves an area (client-side image map) or link. |
| onReset | Activated when when a reset event occurs in a form. |