怎么在静态页面中调用静态页面?请问调用的路径该怎么写?我在同级下的调用是这样写的
<include file = "./zx_foot.html" />
http://panshunchang.iteye.com/blog/940992
include和iframe
<!--#include file="*.htm"-->是把*.htm的代码原封不动地加到现在的文件里
,是把指向的页面执行后显示相应的位置.
iframe src=这里写你的页面路径
include file=这里写你的页面路径
iframe,ajax或者改或者为shtml,配置web服务器启用服务器端包含就可以直接include其他页面进来
http://www.w3school.com.cn/jquery/ajax_ajax.asp
http://www.csharpwin.com/dotnetspace/10066r957.shtml