Connecting to IE Events
-
I need to connect to some BODY object events as soon as possible. WHEN I must do it, check BODY availability by timer? Events like OnDonloadComplete comes too later... Question #2: if document contains frames, I need to enumerate it and connect to each frame events. Someone has code sample??
-
I need to connect to some BODY object events as soon as possible. WHEN I must do it, check BODY availability by timer? Events like OnDonloadComplete comes too later... Question #2: if document contains frames, I need to enumerate it and connect to each frame events. Someone has code sample??
-
you can only access IE thru DOM interfaces after the DocumentComplete event when its ReadyState property is changed to READYSTATE_COMPLETE and not earlier.
You're not right, BODY object accessable before OnDocumentComplete firing. I'm trying to connect to BODY object when click button, and it was available before OnDocumentComplete!!! When I must connect to it???