I'm trying to write a pop-up blocker. I can grab the top level parent of Internet Explorer with
set oie = getobject( ,"InternetExplorer.Application"
but if other windows have been opened by shift+click or a window.open statement, I can't seem to grab a hold of it, nor can I find a windows or childwindow collection or object. Taskmanager shows only one IEXPLORE.EXE running both windows. Any ideas on how I can grab that second window?
set oie = getobject( ,"InternetExplorer.Application"
but if other windows have been opened by shift+click or a window.open statement, I can't seem to grab a hold of it, nor can I find a windows or childwindow collection or object. Taskmanager shows only one IEXPLORE.EXE running both windows. Any ideas on how I can grab that second window?