Is it possible to use DOM to get information from a InternetExplorer_Server object. Seems like this is an embedded object IHTMLDocument2 type. The dom methods/properties are published at the site below.
IHTMLDocument2 Interface
http://msdn.microsoft.com/en-us/library/aa752574.aspx
From the View Systems window it is like this, so I am able to get the handle to this window.
132956 - IEFrame "Prvt - Microsoft Internet Explorer"
67488 - Shell DocObject View ""
67498 - Internet Explorer_Server ""
Is there any way that I can open this document to see the tags and work through this step by step by using the Dom library.
Any help whatsoever will be welcome
Thanks
Dilip