kiko298 Posted November 10, 2012 Posted November 10, 2012 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?
Moderators JLogan3o13 Posted November 11, 2012 Moderators Posted November 11, 2012 Yes "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Iceburg Posted November 12, 2012 Posted November 12, 2012 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")
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