?? zcdel.asp
字號:
<!--#include file="connection.asp" -->
<!--#include file="tools.asp" -->
<%
table="zcdj"
id=Request("id")
conn.execute "DELETE FROM " & table & " WHERE ID in (" & id & ")"
%>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
<title></title>
</HEAD>
<body leftmargin="0" topmargin="0" bgcolor="#FFFFFF">
<!--#include file="top.inc"-->
<DIV align=center>該信息已成功刪除! </DIV>
<!--#include file="buttom.inc"-->
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -