?? admin_savereply.asp
字號:
<!--#include file="top.asp"-->
<%if session("admin")="" then
response.redirect"index.asp"
elseif session("admin")="yes" then
id=request.querystring("id")
reply=request.form("reply")
%>
<hr width=600 noshade size="1">
<table width="600" border="0" cellspacing="0" cellpadding="0" class="table_pointline" align="center">
<tr>
<td align="center">
<%if reply="" or id="" then
response.write"錯誤的請求,<a href=javascript:history.go(-1) class=text>返回</a>"
else
set asr=conn.execute("insert into reply(reply,message)values('"&reply&"',"&id&")")
set asr=nothing
response.write"回復成功,<a href=index.asp class=text>回到首頁</a>"
end if
%>
</td>
</tr>
</table>
<!--#include file="bottom.asp"-->
<%end if%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -