<!--#include file="top.asp"-->
ASP语言可以这样包含另外一个文件
那HTML这个呢?
该如何包含另外一个文件??
谢谢非常地想知道!
<!--#include file="top.asp"-->
ASP语言可以这样包含另外一个文件
那HTML这个呢?
该如何包含另外一个文件??
谢谢非常地想知道!
就是用<iframe>
<from>
<div id="top">
<iframe src="top.html"></iframe>
</div>
<div id="left">
<iframe src="left.html"></iframe>
<div>
<div id="right">
<iframe src="right.html"></iframe>
<div>
</from>
就像这样,样式你自己去设置。就可以了。
<iframe>html只能这样了,
jsp倒是可以用<@ include @>