?? c_tiezi.asp
字號:
<!--#include file="d_a_ceshi.asp" -->
<!--#include file="d_lj.asp" -->
<%
duixiang=Trim(Request.Form("duixiang"))
dongzuo=Request.Form("dongzuo")
if duixiang="" then
response.Redirect("a_tiezi.asp?fanhui=kong")
else
if dongzuo="biaoti" then
lj.execute("delete from tiezi where biaoti='"& duixiang &"'")
elseif dongzuo="huiyuan" then
lj.execute("delete from tiezi where mingzi='"& duixiang &"'")
elseif dongzuo="dantie" then
lj.execute("delete from tiezi where xuhao="& duixiang &"")
elseif dongzuo="cgonggao" then
lj.execute("update tiezi set tiezi='gonggao' where xuhao="& duixiang &"")
elseif dongzuo="ctiezi" then
lj.execute("update tiezi set tiezi='tiezi' where xuhao="& duixiang &"")
elseif dongzuo="sousuos" then
lj.execute("delete from tiezi where biaoti like '%"& duixiang &"%'")
end if
end if
response.Redirect("a_tiezi.asp?fanhui=wancheng")
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -