发布网友
发布时间:2022-04-23 12:46
共1个回答
热心网友
时间:2023-10-14 00:33
include file=aaa.htm的形式只适用于动态网页格式(即.asp或.shtml等)
如果需要在静态页面中调用其它的HTM文件,你可以试着用IFRAME的形式写.例如:
<IFRAME src="http://zhidao.baidu.com/question/7194352.html" frameBorder=0 width=468 scrolling=no height=60></IFRAME>
热心网友
时间:2023-10-14 00:33
include file=aaa.htm的形式只适用于动态网页格式(即.asp或.shtml等)
如果需要在静态页面中调用其它的HTM文件,你可以试着用IFRAME的形式写.例如:
<IFRAME src="http://zhidao.baidu.com/question/7194352.html" frameBorder=0 width=468 scrolling=no height=60></IFRAME>