<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>
IE を除くすべてのブラウザで、これら 4 つのテストすべてが機能します。IE 6 および 7 では、最後の 1 つが失敗し、空のフレームが表示されます。IE が外部の html をオブジェクトにロードできるようにする回避策はありますか?