Jump to content

Need help with images and IE.au3


Recommended Posts

I want to be able to give the script reference to an image (Which is no problem). I know by using $image.nameprop or $image.src you can get various information about the image. What I would like to know is the size of the image in bytes.

Is this possible? I know it is impossible to automate the downloading of images through IE.au3, but was hoping that this would be possible.

Link to comment
Share on other sites

I want to be able to give the script reference to an image (Which is no problem). I know by using $image.nameprop or $image.src you can get various information about the image. What I would like to know is the size of the image in bytes.

Is this possible? I know it is impossible to automate the downloading of images through IE.au3, but was hoping that this would be possible.

Try $oImg.filesize

muttley

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

Thanks alot.

Is there a list of all those ".something"'s?

I tried to find something in the help file but couldn't. I only know about the others because they were in the example script.

MSDN: HTML and DHTML Reference

muttley

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