del_jkz.asp

来自「这是一个很好的图书管理借阅登记系统,有这爱好的可以下载下来看看,很完整的」· ASP 代码 · 共 28 行

ASP
28
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?