Doublej Posted August 24, 2008 Posted August 24, 2008 (edited) So I Just started learning to script ( Total Newb! ) and Im trying to create a script for connecting brand new laptop computers to a certain webpage... then sending keystrokes to tab through different links. The main problem Im having is some computers come with different free toolbars which load popups (Google toolbar, Yahoo toolbar, Your New HP PoP Up). All of these mess with the tabbing. Ive tried Different things: Opening and closing IE multiple times to make the popups not show up. Tried to make a function to reset Internet Options, (worked some of the time). Ive even have gone as far as used standalone Opera to go to the web pages since it doesnt have popups. Anyway. I want to use IE since its built into Windows, and I think once I learn _IE functions better it will be a whole lot easier Could somebody point me in the right direction to remove additional pop ups from IE or send me to a page that gives detailed info on all the cool _IE functions... Ive already looked at the IE.au3 file. -Thanks Jay After thought: If there was a function that removed all other windows (Without knowing the title names) besides the main IE window, that would be perfect. Edited August 24, 2008 by Doublej
Richard Robertson Posted August 24, 2008 Posted August 24, 2008 Those popups are code from outside Internet Explorer. The COM object most likely can't do anything about them.
LongBowNZ Posted August 24, 2008 Posted August 24, 2008 Could you create your own GUI with _IECreateEmbedded()? Not sure if that will stop the popups but maybe...
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