- 主题:本地运行的Htm可以互相包含么?
asp,php包含都比较容易,本地跑的htm怎么包含另一个?
thx!
--
FROM 211.99.222.*
这几个方法行么?
<!--#include virtual="path to file/include-file.html" -->
<script type="text/javascript" src="path to file/include-file.js"> </script>
利用document.write
http://webdesign.about.com/od/ssi/a/aa052002a.htm
【 在 yesim (yesim) 的大作中提到: 】
: asp,php包含都比较容易,本地跑的htm怎么包含另一个?
: thx!
--
FROM 211.99.222.*
ms 只能 js 或 iframe...
【 在 yesim (yesim) 的大作中提到: 】
: 这几个方法行么?
: <!--#include virtual="path to file/include-file.html" -->
: <script type="text/javascript" src="path to file/include-file.js"> </script>
: ...................
--
FROM 211.99.222.*