Jump to content

Recommended Posts

Posted (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 by Authenticity
  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...