ASP生成文件夹
作者:cmscn 日期:2009-03-26
windows计划任务自动生成静态首页收藏
作者:cmscn 日期:2009-02-27
indexplan.vbs: 脚本程序,调用ie组建执行生成首页的程序这里强调的是必须打开ie,要用到ie的组建,遨游好像不行。然后把这个脚本程序添加到windows计划任务里,设置好执行时间间隔,看你首页跟新的快慢了,自己把握。
view plaincopy to clipboardprint?
Dim IE
Set IE = CreateObject("InternetExplorer.Application")
ie.navigate("http://localhost:80/createindex.asp")-这里在服务器换成你的域名指向你的生成文件
ie.visible=0
view plaincopy to clipboardprint?
Dim IE
Set IE = CreateObject("InternetExplorer.Application")
ie.navigate("http://localhost:80/createindex.asp")-这里在服务器换成你的域名指向你的生成文件
ie.visible=0
Tags: 生成
首页生成htm
作者:cmscn 日期:2009-02-26
如何实现每隔1个小时自动生成一次index.htm
作者:cmscn 日期:2009-02-26
ASP定时生成静态页(HTML)-按时间段定时生成静态页
作者:cmscn 日期:2009-02-24
首页生成html
作者:cmscn 日期:2007-01-05
在网址后面加上?createhtml=true可以生成html文件
如:
http://www.xxx.com/index.asp?createhtml=true
然后就可以直接访问静态网页
http://www.xxx.com/index.html
如:
http://www.xxx.com/index.asp?createhtml=true
然后就可以直接访问静态网页
http://www.xxx.com/index.html
Tags: 生成