?? m_list_del.asp
字號:
<%@LANGUAGE="VBSCRIPT" codepage=936 %>
<!--#include file="Connections/news.asp" -->
<% if request("check")="" then %>
<% response.write"請選擇你要刪除的新聞 " %>
<% else %>
<%
if(request("check") <> "") then Command1__ddd = request("check")
%>
<%
set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_news_STRING
Command1.CommandText = "DELETE FROM news WHERE n_id IN (" + Replace(Command1__ddd, "'", "''") + ")"
Command1.CommandType = 1
Command1.CommandTimeout = 0
Command1.Prepared = true
Command1.Execute()
%>
<html>
<head>
<title>業(yè)一新聞系統(tǒng)2.9增強版</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="2;URL=m_list.asp">
<link rel="stylesheet" href="intohz.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br><br><table width="400" border="1" align="center" height="200">
<tr>
<td bgcolor="#99CC00">
<div align="center">正在處理數(shù)據(jù)請稍后......</div>
</td>
</tr>
</table>
</body>
</html>
<% end if %>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -