memo.xight.org

Home > Changelogメモ > 2006-11 > 2006-11-24 > を利用した,外部のHTMLファイルを読み込む方法 / / memo.xight.org

2006-11-24

<object>を利用した,外部のHTMLファイルを読み込む方法

- 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 page
http://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
カテゴリ: [HTML]
2006-11 /

Color Reference

ChangeLogを検索

カテゴリ

最近の話題

過去ログ

Google
Since
2002-11-28
Update
2008-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.