Let's say I put a placeholder box on my page and want to bring an external web page into it without using an iframe. This code works in FF and (so I believe) in IE8, but not in IE7. Does anyone know of a workaround that stays XHTML compliant? Many thanks in advance!

Code:
<object type="text/html" data="http://www.google.com"
style="height:100%; width:100%;">
<p>Alternate text.</p>
</object>