quote:
Originally posted by roflmao456
quote:
Originally posted by Yustme
JScript code:
for(int i = 0; i < emailList.length; i++)
instead of "int i", use "var i" and it will work.
quote:
Can't seem to get the code highlighted..
[code=JScript]blah[/code]
Hi,
Thank you twice!
I got another small question. I put a delay for the windows, but somehow that doesn't work. The msn windows open too soon after each other. How can I delay this in a proper way?
Edit:
It seems to skip all the email addresses to log in and logs only the last email address. Something wrong with my timer?