<iframe data="/localfile.html" type="text/html" width="200" height="200"></iframe>
<iframe data="http://example.com/remotefile.html" type="text/html" width="200" height="200"></iframe>
<object data="/localfile.html" type="text/html" width="200" height="200"></object>
<object data="http://example.com/remotefile.html" type="text/html" width="200" height="200"></object>
Debajo de todos los navegadores excepto IE, las 4 pruebas funcionan. En IE 6 y 7, el último falla y muestra un marco vacío. ¿Hay alguna solución alternativa que permita a IE cargar el html externo en un objeto?Incrustar texto/html en un objeto (en lugar de un iframe)
Para IE8/9 también vea la pregunta http://stackoverflow.com/questions/8565409/embedding-text-html-in-an-object-in-ie8-9-instead-of-an-iframe-how – DavidJ