It's easier to see than to explain: 1. I IECreate a webpage, $oIE = _IECreate("https://somewebsite.somewhere.net", 1, 1, 0)
Local $oImg = _IEImgGetCollection($oIE, 1)
If @error Then
FileWriteLine(@ScriptDir & "\ObjError.log", "Error ImgCollection - " & @HOUR & ":" & @MIN)
Sleep(250)
EndIf
Sleep(250)
Local $sInfo = $oImg.src
If @error Then
FileWriteLine(@ScriptDir & "\ObjError.log", "Error Img.src - " & @HOU
I made example showing how it should be done:
#include <ie.au3>
#include <Timers.au3>
_Example()
Func _Example()
;~ http://www.aaronpeters.nl/blog/iframe-loading-techniques-performance?%3E
;~ Local $oIE = _IECreate('http://www.aaronpeters.nl/blog/testpages/iframe-dynamic-after-onload.htm', 0, 1, 0)
;~ Local $oIE = _IECreate('http://www.aaronpeters.nl/blog/testpages/iframe-dynamic-asynch.htm', 0, 1, 0)
Local $oIE