Jump to content

_ieloadwait() problem!


gooker
 Share

Recommended Posts

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
Link to comment
Share on other sites

waits forever until timeout,@error = 6

So 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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...