This example demonstrates how to detect the element (currentTarget) that triggered the event.
Example One: click this link - currentTarget does not work in IE, but srcElement doesClick the link below. mousedown, mouseout, mouseup, click and dblclick are registered inline the link below.
Example Two: click this link - currentTarget does not work in IE, but srcElement does.
---Messages for both examples follow---