Jump to content

Recommended Posts

Posted

I am coding a program wich will show to the users 10 images from a website.

I have all images url`s.

The problem is that every week the images change so i will need something to read the website, see the name of the image files and then it will compare to a list of names.

After he compared, the ones that match will be displayed.

Is that possible in autoit?

:ILA2:

Posted

You'll want to read up on <IE.au3>

then, search through your $oIE with: if/else StringInStr(_IEPropertyGet($oIE, "innerhtml"), "HTML CODE WITH IMAGE SOURCE")

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
  • Recently Browsing   0 members

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