Hi All
I'm writing a BHO that analyze the HTML taken from the 'onDocumentComplete'
event of 'DWebBrowserEvents2'
. Currently it works fine, unless I have a DHTML/AJAX
page, where HTML handle is delivered too soon.
For sample, I tried using it on 'http://www.google.com'
. From the 'onDocumentComplete'
event I can get most of the page but in the topmost link/anchors, the 'href'
for maps, videos, orkut etc. is not available (normally it is javascript:void(0)
).
Has anyone any ideas how to capture it when the page is fully loaded rather than just when the frame/body is loaded?
Thanks,
UPDATE
It seems there is some problem with the MSHTML API. I have posted the same question on MSDN forum and some response. Also I have detailed out my problem and findings....
In case someone finds some way to solve this then please do share...
Thanks,