cypher175 Posted May 3, 2009 Share Posted May 3, 2009 Is there anyway to open a webpage into a new tab on an already open instance of IE..?? Link to comment Share on other sites More sharing options...
Authenticity Posted May 3, 2009 Share 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 Link to comment Share on other sites More sharing options...
altecsole Posted November 7, 2011 Share Posted November 7, 2011 Many thanks. I was wondering how to do this. Link to comment Share on other sites More sharing options...
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