Where, in the Internet Explorer Object can I find the child windows of the parent window?
I opened IE6, then shift+click on a link, then run the following code
set oie = getobject( ,"InternetExplorer.Application"
'set a breakpoint on the next statement
junk = "garbage"
I then use the View Locals window to browse around my oie object, which is the first IE window opened. I can browse through the properties and see the url, the body under the document, and so forth. I can't seem to be able to locate the second window. I keep looking for a windows collection, and seem to just end up in recursive layers of the parent.
HELP?
I opened IE6, then shift+click on a link, then run the following code
set oie = getobject( ,"InternetExplorer.Application"
'set a breakpoint on the next statement
junk = "garbage"
I then use the View Locals window to browse around my oie object, which is the first IE window opened. I can browse through the properties and see the url, the body under the document, and so forth. I can't seem to be able to locate the second window. I keep looking for a windows collection, and seem to just end up in recursive layers of the parent.
HELP?