corco Posted October 23, 2006 Posted October 23, 2006 The pic i want click ,its url like this: www.xxx.com/img?id=xxxxx, although it is in 'gif' form, but its file name isn't like "xxx.gif" . Could any body tell me how I click this kinds of pics in hide mode by AUTOIT? chase!
jvanegmond Posted October 23, 2006 Posted October 23, 2006 The pic i want click ,its url like this: www.xxx.com/img?id=xxxxx, although it is in 'gif' form, but its file name isn't like "xxx.gif" . Could any body tell me how I click this kinds of pics in hide mode by AUTOIT?chase!A image's filename must be something like .jpg, .bmp, .gif. So you are probably wrong with your statement about the file not being a .gif. Why don't you try to click it with _IEImgClick or a _IELinkClickByIndex or _IELinkClickByText. github.com/jvanegmond
corco Posted October 23, 2006 Author Posted October 23, 2006 (edited) thank you,i find some website doesn't use "xxx.gif" as it's pic name ,but use it like this "img?id=CCK" ,may be it pick-up from datebase ,and url is like "http://www.xxx.com/img/img?id=CCK". when i save this pic ,i will get "img.gif",i have no idea how to click it ,please help me ,thank you. Edited October 23, 2006 by corco
corco Posted October 23, 2006 Author Posted October 23, 2006 When i mouse stay on the pic ,the IE status bar show some thing ,could autoit click this pic by it's information on status bar?thanks.
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