gooker Posted September 19, 2008 Posted September 19, 2008 if the web have the meta code ,_ieloadwait() no effect, <meta http-equiv="cache-control" content="no-cache,must-revalidate">
PsaltyDS Posted September 19, 2008 Posted September 19, 2008 if the web have the meta code ,_ieloadwait() no effect,What does "no effect" mean, that it waits forever or doesn't wait at all? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
gooker Posted September 19, 2008 Author Posted September 19, 2008 waits forever until timeout,@error = 6
PsaltyDS Posted September 19, 2008 Posted September 19, 2008 waits forever until timeout,@error = 6So how do you know the load is complete before that? Are there any pop-up dialogs? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
gooker Posted September 19, 2008 Author Posted September 19, 2008 So how do you know the load is complete before that? Are there any pop-up dialogs? it's a simple web game, when i click the button, it will fight the monster. No pop-up dialogs,my code (a part):$Msg2.click; _IELoadWait($oIE)the game use ajax ,so i know when it's load complete by debug tool.
PsaltyDS Posted September 19, 2008 Posted September 19, 2008 ...game...Nevermind... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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