plan_B: IE: Inhalt in einen Iframe einfügen geht nicht

Beitrag lesen

Hallo,

Im FireFox funktioniert es, aber im InternetExplorer nicht. Warum?

Ps: IE gibt Fehlermeldung: 'document.getElementById(...).contentWindow.document.body' ist Null oder kein Objekt

mfg

frag den IE doch mal, was er noch kennt:

  
alert("ElementById(): "+ typeof document.getElementById('iframe'));  
alert("contentWindow: "+ typeof document.getElementById('iframe').contentWindow);  
alert("contentWindow.document: "+ typeof document.getElementById('iframe').contentWindow.document);  
...  

Gruß plan_B

--
     *®*´¯`·.¸¸.·