Hallo,
Bekomme bei folgendem Code den Fehler
Ich hoffe ihr könnt mir helfen :)
MfG ExChill
Bekomme bei folgendem Code den Fehler
Quote:
--> IE.au3 V2.4-0 Error from function _IELoadWait, $_IEStatus_InvalidDataType
C:\Program Files (x86)\AutoIt3\Include\IE.au3 (2034) : ==> Variable must be of type "Object".:
Return SetError($_IEStatus_Success, 0, $o_object.document.documentElement.outerHTML)
Return SetError($_IEStatus_Success, 0, $o_object.document^ ERROR
Code:
#include <IE.au3> $ietest = _IECreateEmbedded() _IEDocWriteHTML ($ietest, '<embed src="http://www.own3d.tv/livestream/2721" type="application/x-shockwave-flash" allowfullscreen="true" width="738" height="415" wmode="transparent"></embed>') MsgBox (0, "HTML Code", _IEDocReadHTML ($ietest))
MfG ExChill