Romm Posted January 3, 2008 Posted January 3, 2008 #include <GuiConstants.au3> GUICreate("WPilot", 1110, 650) $B_oIE3 = ObjCreate("Shell.Explorer.2") $Breaktime = GUICtrlCreateObj($B_oIE3, 0, 0, 980, 650) $B_oIE3.navigate ("http://www.yahoo.com") Hot to auto close all internet popup windows and dialog boxes ? IE7, Windows VistO
Richard Robertson Posted January 3, 2008 Posted January 3, 2008 You could try turning on your built in popup blocker instead.
Romm Posted January 3, 2008 Author Posted January 3, 2008 Ok if i enable "Block popup" in IE7...all is ok, but when i run my IE in my script it never blocks them.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now