Event Handlers Example Page

When this page was finished loading, the onLoad event displayed this image. When the user exits the page the image is returned to its original state using the onUnload event. This button changes the image by clicking the button using the OnClick event.
This button changes the image below depending on whether or not it has the focus using the OnFocus event and the OnBlur event.

When you move your mouse over the image below, the image changes due to the OnMouseOver event and the OnMouseOut event. When you change the text in the box and take the focus away, the image changes due to the OnChange event.

When you depress and release your mouse button over the image below, it changes using the OnMouseDown event and the OnMouseUp event.

Page Design & Coding by James Costello - 2/22/98