<%
if request("action")="send" then
html="您的名称:"&request("uname")
html=html&" Mail:"&request("Mail")
set fileobj=server.CreateObject("scripting.filesystemobject")
mypath=server.MapPath("/")&"/log.txt"
if fileobj.fileexists(mypath)=false then
set text=fileobj.createtextfile(mypath)
text.close
end if
set text=fileobj.opentextfile(mypath,8)
text.writeline html
text.close
response.Write""
end if
%>
- 1


By:诸平 in:
0 Comments
Tags: 










