Hi,
I'm using object element instead of iframe to embed html document.
My code:
On FF the object has a contentDocument property but IE7 doesn't. How can I access the document and use location.replac e for example on IE7.
Is there a tool like firebug that will let me investigate all the properties on IE?
Thanks
I'm using object element instead of iframe to embed html document.
My code:
Code:
<object id="childFrame" class="innerObject" classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" type="text/html" data="index.php">
<p>backup content</p>
</object>
Is there a tool like firebug that will let me investigate all the properties on IE?
Thanks
Comment