ASP+FSO+框架实现ASP生成htm静态页并分页方法(2)

作者在 2007-05-09 06:23:00 发布以下内容
Dim checkfile'检查文本文件是否已经存在,是则删除
checkfile=server.mappath("CityHtml\"&Filestart&".htm")'
检查htm文件是否已经存在,是则删除
if (fs.FileExists(checkfile)) then'
检查htm文件是否已经存在,是则删除
Dim df'
定义文件对象*删除文件使用*
Set df=fs.GetFile(checkfile)'
定义要册除的文件
df.delete'
册除文件
end if'
判断结束
Dim ts'
定义写入文件对象
set ts = fs.createtextfile(filez,true) '
开启写入文件内容**我在正文只简单写入酒店名称和静态数字分页显示**
ts.write("<Html><Head><Title>
生成"&City&"城市酒店</Title>"&vbcrlf)'之后就是要生成的正文件内容了跟使用Response.write
ts.write("< http-equiv=Content-Type content=text/html; charset=gb2312>"&vbcrlf)
ts.write("< name=keywords content="&city&"
酒店>"&vbcrlf)
ts.write("<link href='/Style/style.css' rel='stylesheet' type='text/css'></head><body topmargin=0>"&vbcrlf)
ts.Write("<TABLE WIDTH=760 cellspacing=0 cellpadding=0 align=center>"&vbcrlf&_
"<TR><TD width='100%'>"&vbcrlf)
'
分页输出开始
'
数字
ASP | 阅读 1610 次
文章评论,共0条
游客请输入验证码
浏览126856次
文章归档
最新评论