in reply to Win32::OLE and IE automation

You may want to look at the source of Win32::IE::Mechanize which does IE automation, it may contain some clues.

Replies are listed 'Best First'.
Re^2: Win32::OLE and IE automation
by puff (Beadle) on Jan 06, 2006 at 18:47 UTC
    Thanks for the clue. I'm actually trying to upgrade IE::Mechanize in this very area. As things now stand, it does not address NewWindow2/3 events. I've got the code that blocks NewWindow working OK, and am in the process of trying to add support for child windows.