<%
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
%>
27
10-07
互动网页设计案例——从创意到执行(视频教程)
By:诸平 / Comment:0 / Views: 391
From: 本站原创
Tags: 设计经验 设计心得 设计技巧
相关日志:n 设计之道之十二:拿出点信心出来[326]
n 设计之道之十四:新手入门之道[62]
n 设计之道29-抓到老鼠就是好猫[43]
n 设计之道28-设计+业务是怎样练成的[150]
n 设计之道27-写给学生朋友[59]
n 设计之道26-送你一个好心情[259]
n 设计之道25-设计师可以速成吗?[289]
Post:看完了要说点啥么?


设计之道之二十:与同事相处难吗?














