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

📄 guest_savereply.asp

📁 e人畅想公用日记本 v1.0
💻 ASP
字号:
<%if isnull(Request.ServerVariables("HTTP_REFERER")) or instr(1,lcase(Request.ServerVariables("HTTP_REFERER")),"/guest_reply")<=0 then
else%>
<!--#include file="top.asp"-->
<%id=cint(request.querystring("id"))
reply=request.form("reply")
if reply="" then
reply="该家伙发蒙,没有写东西。浪费时间啊!"
else
reply=request.form("reply")
end if%>
<table width="600" border="0" cellspacing="0" cellpadding="0" class="table_pointline" align="center">
  <tr>
    <td>
      <%set smr=conn.execute("insert into guest(reply,message)values('"&reply&"',"&id&")")
	set smr=nothing
	response.redirect"index.asp"%>
    </td>
  </tr>
</table>
<!--#include file="bottom.asp"-->
<%end if%>

⌨️ 快捷键说明

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