Jump to content

Reloading Web Page


Recommended Posts

Hi i'm new at auto it and i want to ask you something.

I want to do this:

I want to refresh a web page and if any changes on that web page program will show me a msgbox and the program will work in system tray but i dont want to see that web page.

How can i do that i know how to make msgbox but i cant refresh a web page and show the program changes.Thanks for help:)

Link to comment
Share on other sites

Review the _IE* functions in the help file. Having IE be hidden and refreshing it are easy; see _IECreate() and _IEAction(). Detecting change can be easy or hard based on how subtle the change is. You might just do _IEBodyReadText() each time and watch for changes, or it might take more, depending on what you're looking for.

:blink:

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

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...