Documentcompleted load event handler problem with AJAX
COM
1
Posts
1
Posters
0
Views
1
Watching
-
hi i want to highlight some text,when the web page first loads through toolbar, i have used Iobjectwithsite class to notify when page is about to load etc,i have registered a event handler that notifies me that document is completely loaded,then i hightlight some text.this solution works fine on normal webpages, but it fails on AJax enabled wesites bcos these site are not completed(loaded to browser at once), here is event handler which i m using,what other event handler should i use that work with AJAX enabled site as well. Explorer.DocumentComplete += new SHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(Explorer_DocumentComplete);
Regards. Tasleem Arif