cypher175 Posted May 3, 2009 Posted May 3, 2009 Is there anyway to open a webpage into a new tab on an already open instance of IE..??
Authenticity Posted May 3, 2009 Posted May 3, 2009 (edited) #include <IE.au3> Const $navOpenInNewTab = 0x0800 Dim $o_IE = _IECreate('http://www.google.com/') $o_IE.Navigate2('http://www.yahoo.com/', $navOpenInNewTab) $o_IE.Navigate2('http://www.autoitscript.com/', $navOpenInNewTab) Edited May 3, 2009 by Authenticity
altecsole Posted November 7, 2011 Posted November 7, 2011 Many thanks. I was wondering how to do this.
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