kctvt Posted August 25, 2009 Posted August 25, 2009 (edited) I got 5 website :- www.google.com- yahoo.com- hotmail.com- gmail.com- yahoomail.com- nokia.comI 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 August 25, 2009 by kctvt
Pantera975 Posted August 25, 2009 Posted August 25, 2009 (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 August 25, 2009 by Pantera975
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