| Event Handler | |
| Functions that specify how a client-side event should be handled. OnClick, onMouseOver, and onLoad are examples of frequently used Javascript event handlers. When the user causes one of these events, the function for that event is executed. |