This forum was of no help so far so Ill give it one last chance....
How can I download a specific image from a webpage. I have a code that will show the number of images present on the webpage and all of their .scr However, how do i go about downloading an indexed image. I tried creating an array but that was of no luck.
$oImgs = _IEImgGetCollection($oIE)
$iNumImg = @extended
MsgBox(0, "Img Info", "There are " & $iNumImg & " images on the page")
For $oImg In $oImgs
MsgBox(0, "