📄 del_jkz.asp
字号:
<!--#include file="LHB_head.asp"-->
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="754" valign="top"><!--#include file="LHB_DHT_01.asp"--></td>
</tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" class="table4">
<tr>
<td height="30"><!--#include file="LHB_DHT_02.asp"--></td>
</tr>
</table>
<!-- #include file="LHB_DengLuQX_Top.asp"-->
<!--#include file="config.asp"-->
<%
arrdel=Request("id")
'Response.Write arrdel
sql="delete from LHB_Office_JKZ where id in ("&arrdel&")"
'Response.Write sql
Louconn.Execute sql
set Louconn=nothing
response.write"<SCRIPT language=JavaScript>alert('删除成功.返回后刷新才可以看到删除结果!');"
response.write"javascript:history.go(-1)</SCRIPT>"
Response.Redirect "index.asp"
response.end
%>
<!-- #include file="LHB_DengLuQX_Down.asp"-->
<!-- #include file="LHB_copy.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -