titanmelvin Posted October 11, 2007 Posted October 11, 2007 Hi, can anyone help me with a simple script? I just need a script to keep refreshing a page, one on IE and one on Mozilla ...
Nahuel Posted October 11, 2007 Posted October 11, 2007 And what have you done so far? #include <IE.au3> $sURL = "www.autoitscript.com" $oIE = _IECreate($sURL) While 1 ;Refresh every 2 seconds Sleep(2000) _IEAction($oIE,"refresh") WEnd
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