Progress Monitor has 100s of Code Samples and Video Tutorials

Example #1: Demonstrates relatedTarget to display what element you are going to using recommended technique for registering events

This example demonstrates how you can use relatedTarget to find element you are going into after mouseout event.

Example One: Only the mouseout event is registered on this link


Example #2: Using In-line javascript is simplier, but blurs structure and behavior

mouseout, mouseup, click and dblclick are registered inline the link below.

Example Two: click this link to see which events occur.


---Messages for both examples follow---