I'm trying to make some enhancements to Win32::IE::Mechanize that involve
(in part) blocking popups. Several online examples suggest catching the
NewWindow event and setting cancel true. When I attempt to do so I get
Win32::OLE crashes. I've included an example program that exhibits the
issue
On Mon, 28 Nov 2005, Richard Bell wrote:
> I'm trying to make some enhancements to Win32::IE::Mechanize that
> involve (in part) blocking popups. Several online examples suggest
> catching the NewWindow event and setting cancel true. When I attempt
> to do so I get Win32::OLE crashes. I've included