首页| 论坛| 消息
主题:动态网站首页的静态生成方法
cai发表于 2005-08-04 23:41
来源:http://www.webjx.com/htmldata/2005-03-11/1110552021.html
方法一

alert("静态网页生成完毕");
history.back();

方法二:
resourcefile=server.MapPath("../index.asp")
targetfile=server.MapPath("../index.htm")
Set html = Server.CreateObject("CDO.Message")
html.CreateMHTMLBody resourcefile,31
indexcode=html.HTMLBody
Set html = Nothing
if instr(indexcode,"")
下一页 (1/2)
回帖(0):

全部回帖(0)»
最新回帖
收藏本帖
发新帖