if len(usersays)<>0 then session("whoto")=request.form("whoto") session("action")=request.form
if len(usersays)<>0 then
session("whoto")=request.form("whoto")
session("action")=request.form("action")
if instr(usersays,chr(39))>0 then
usersays=replace(usersays,chr(39),"\"&chr(39))
end if
if instr(usersays,chr(34))>0 then
usersays=replace(usersays,chr(34),"\"&chr(34))
end if
application.lock
[1]
相关文章:
-
-
如何把图片也存到数据库中去?
showimage.aspchange the http headerresponse.contenttype = "image/gif"set cn = se...
[阅读全文]
-
-
图像图表
如何把图片上传到数据库中并显示出来?upload.htm' 上传页面.<html> <body> <p align="center...
[阅读全文]
-
如何用POP3接收电子邮件?
<% set pop3 = server.createobject( "jmail.pop3" ) pop3.connect "username", "p...
[阅读全文]
-
统计在线人数是实时的吗?
global.asa<script language="vbscript" runat="server">sub application_onsta...
[阅读全文]
版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。
发表评论