Jump to content

web pages in loop statement


Recommended Posts

Hi all

i have some problem in my script

i want to open multi web pages in series with simple loop statement

as follow

#include <IE.au3>

$Total=2
Dim $oIE[$Total]
Dim $site[$Total]

$site0 = "http://www.google.com"
$site1 = "http://www.yahoo.com"

For $x=0 to $Total-1

    $oIE[$x] = _IECreate ($site[$x])

Next

but it didnt match the site number

i need in loop only can you help me

Are you read anything about islamok.... to know about realy Islamhttp://www.islam-guide.com click here====>Islam: Misunderstood throughout the World

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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