Jump to content

Recommended Posts

Posted (edited)

I got 5 website :

- www.google.com

- yahoo.com

- hotmail.com

- gmail.com

- yahoomail.com

- nokia.com

I want to open 5 website one by one.

First,

#include<IE.au3>

_IECreate("www.google.com")

and ... then... I dont know how to open the next website (Click on Addressbar, type "hotmail.com" , and {enter})

I dont know how to do that.

So... can you show me how to do that ?

Edited by kctvt
Posted (edited)

Just so you know.. this will go to the next page as soon as its done loading.. you may want to put a sleep so you can read it.

$oIE = _IECreate ("https://www.google.com", 0, 1)

_IENavigate ($oIE, "http://www.yahoo.com")

_IENavigate ($oIE, "http://www.hotmail.com")

_IENavigate ($oIE, "http://www.gmail.com")

Edited by Pantera975

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...