c_tiezi.asp
来自「OA最新破解2008版 全新 破解 希望大家用着舒服」· ASP 代码 · 共 24 行
ASP
24 行
<!--#include file="D_lj.asp" -->
<!--#include file="D_a_ceshi.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 + =
减小字号Ctrl + -
显示快捷键?