W
wolverine
Hi,
I am in position that i need to detect calls to attachEvent what
ever it takes. So as of now for each of the html elements in dom i
will do
for each node
node.attachEvent = InterceptDynamicallyAttachedEvents;
where InterceptDynamicallyAttachedEvents is my handler. So i can get
all the calls to attachEvent at their point of origin. I know this is
not a good approach, but it seems the only available one.
The improvement i need is that even before i am able to parse the dom
completely some script code is calling attachEvent which i miss. I
need to get them too. Is there javascript(more happy) or non-
javascript solution (possibly with COM) to detect calls to
attachEvent ?
Thanks in Advance
Kiran.
I am in position that i need to detect calls to attachEvent what
ever it takes. So as of now for each of the html elements in dom i
will do
for each node
node.attachEvent = InterceptDynamicallyAttachedEvents;
where InterceptDynamicallyAttachedEvents is my handler. So i can get
all the calls to attachEvent at their point of origin. I know this is
not a good approach, but it seems the only available one.
The improvement i need is that even before i am able to parse the dom
completely some script code is calling attachEvent which i miss. I
need to get them too. Is there javascript(more happy) or non-
javascript solution (possibly with COM) to detect calls to
attachEvent ?
Thanks in Advance
Kiran.