Summary
<iframe>を利用しないで,外部のHTMLファイルを読み込む方法.For Internet Explorer
<object
classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="some.html">
<p>backup content</p>
</object>
For Internet Explorer以外
<object
type="text/html"
data="some.html">
<p>backup content</p>
</object>
読み込ませるページ
...
<body style="border:0;overflow:visible">
...
Reference
aplus moments - Insert HTML page into another HTML pagehttp://www.aplus.co.yu/web-dev/insert-html-page-into-another-html-page/
Reference 追記 [2006-11-27]
WWW WATCH - 2006-11-25 - IFRAME を使わない方法の補足http://hyper-text.org/archives/2006/11/object_element.shtml
via
phpspot開発日誌 - 2006-11-24 - IFRAMEを使わずにHTMLファイルから他のHTMLファイルを読み込む方法http://phpspot.org/blog/archives/2006/11/iframehtmlhtml.html