net2dio Posted August 30, 2010 Posted August 30, 2010 (edited) Hello I want to create a script that can automatically write to the page. I have created it ... but i have a problem My script looks like this: Global $ImALouseyStinkingSpamRat = 1 While $ImALouseyStinkingSpamRat send("http://www.google.com") --- for example here need a code --- send("blah blah blah") $ImALouseyStinkingSpamRat += 1 If $ImALouseyStinkingSpamRat = 2 Then $ImALouseyStinkingSpamRat = False WEnd [\code] the code I need is to realize if the page loaded and then begin to send the rest of the blah code --- send("blah blah blah") Can someone help me? Thank you Edited August 30, 2010 by LeuMas
Bert Posted August 30, 2010 Posted August 30, 2010 Bumping a thread in less of a 24 hour period can result in you getting banned. Chill out. I suggest you take AutoIt 1 2 3 to learn the basics. The Vollatran project My blog: http://www.vollysinterestingshit.com/
maqleod Posted August 31, 2010 Posted August 31, 2010 is this generic to any given browser? or will this be open in just firefox? or just IE? You can look at IE.au3 and FF.au3, both of which have functions to make sure the page is loaded before continuing the script - _IELoadWait() and _FFLoadWait() [u]You can download my projects at:[/u] Pulsar Software
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