⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 replysave.asp

📁 网络商城系统
💻 ASP
字号:
<!--#include file="session.asp"-->
<!--#include file="conn.asp"-->
<%
if request.form("content")="" then
response.write"<script language=javascript>alert('评论内容必须填写');this.location.href='javascript:history.go(-1)';</script>"
response.end
end if
function html(constring)
        constring=replace(constring,CHR(13),"")
		constring=replace(constring,CHR(10),"<br>")
		constring=replace(constring,CHR(10)&CHR(10),"</p><p>")
		html=constring
end function
	
set rs=server.createobject("adodb.recordset")
sql="select * from pl where id="&request("id1")
rs.open sql,conn,3,3
rs("reply")=html(trim(request("content")))
rs("check")=true
rs.update
response.write"<script language=javascript>alert('该条评论已经回复');this.location.href='comment.asp';</script>"
rs.close
set rs=nothing
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -