ghareeb Posted March 25, 2007 Posted March 25, 2007 Hi alli have some problem in my scripti want to open multi web pages in series with simple loop statementas 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]) Nextbut it didnt match the site numberi 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
_Kurt Posted March 25, 2007 Posted March 25, 2007 Try this. #Include <IE.au3> $Total=2 Dim $oIE[$Total] Dim $site[$Total] $site[0] = "http://www.google.com" $site[1] = "http://www.yahoo.com" For $x=0 to $Total-1 $oIE[$x] = _IECreate ($site[$x]) Next Kurt Awaiting Diablo III..
ghareeb Posted March 25, 2007 Author Posted March 25, 2007 Thank you Kurt yes this bracket -- solve my problem thanks a lot Are you read anything about islamok.... to know about realy Islamhttp://www.islam-guide.com click here====>Islam: Misunderstood throughout the World
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