动态页面(index.htm)如何调用包含文件(head.htm)?
动态页面(index.htm)如何调用包含文件(head.htm)? 请告诉我有关方法。。。
以下两种方法大小会变,不知道还有其它好方法吗?:
<object type="text/x-scriptlet" width="778" height="150" data="head.htm"></object>
<Iframe src="head.htm" width="778" height="150" scrolling="no" frameborder="0"></iframe>
静态怎么不能用 <!--#include file="Head.htm" -->
请回复。。谢谢!