Progress Monitor has 100s of Code Samples and Video Tutorials

Example #1: Demonstrates detecting event bubbling using recommended technique for registering events

This example demonstrates how to detect if event bubbling occurs.

Example One: click this link - Event Bubbling does not work in IE


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

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

Example Two: click this link - event bubbling does not work in IE.


---Messages for both examples follow---