David422 Posted November 16, 2008 Posted November 16, 2008 (edited) So I'm trying to get a IE tab to open, to navigate to a website on the new tab execute some commands, then return to the previous tab and execute commands there. But I can't seem to figure out how to set the $oIE on a new tab. Anyone have tips? Oh and I'm using Send("^t") to open a new tab and Send("^{TAB}") to navigate between them. Edited November 16, 2008 by David422
PsaltyDS Posted November 17, 2008 Posted November 17, 2008 So I'm trying to get a IE tab to open, to navigate to a website on the new tab execute some commands, then return to the previous tab and execute commands there. But I can't seem to figure out how to set the $oIE on a new tab. Anyone have tips?Oh and I'm using Send("^t") to open a new tab and Send("^{TAB}") to navigate between them.IE7 tabs are like separate instances of the browser. You can use _IEAttach() to get the object reference to any of them by URL, title, index, etc. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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