Generally you can't because of the event order. In IE the events will start bubbling from the target element without the capturing phase so you can't catch them beforehand.
There's only one thing you can do, and it's only possible if you manage all the event handlers.
addEvent
with capture parameterIf capturing is required do the following
Array
Array
invoking the original event handler on each of the elements