Jump to content

answer to IE6 message box


Guest riandet
 Share

Recommended Posts

Guest riandet

Hello

I have to make a scirpt that browse on several pages as described in a procedure. Sometimes, IE6 ask questions with modal messagebox.

Generally, the title is "Microsoft Internet Explorer" and there is no visible or hidden text.

With an Adlib section, how can I identify the messagebox and give the correct answer (for this point, i know how to do :">

Thanks for your suggestions

Regards

Link to comment
Share on other sites

Find out more information about the message box and use that to key on.

For instance, if the message box always comes up the same size, use WinGetPos to get the size of the suspected window, and if its width and height match, it is probably the message box you want to deal with.

The more information you can key on, the more you can be certain it's the message box in question.

HTH

My Projects:DebugIt - Debug your AutoIt scripts with DebugIt!
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...