How can I get contentWindow for an Object element in IE7
- by Scott Leis
I have a HTML object element like this:
<object title="Search results as XML" standby="Loading XML document..." type="text/xml"
data="/__CA25761100195585.nsf/WebPrintListingXML?OpenAgent&date1=01/06/2009"
width="100%" height="100%" border="0" name="resultIFrame" id="resultIFrame"
Error: could not embed search results.
</object
I also…