?? down_cx_del.asp
字號:
<%Admin="DownAdminAll"%>
<!--#include file="check.asp"-->
<!--#include file="mdb_path_down.asp"-->
<%
conn.execute("delete from down where id="&request("id")&"")
conn.execute("delete from downfile where downid="&request("id")&"")
conn.close
set conn=nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>刪除作品</title>
<style>
body{font-size:9pt;line-height:140%}
</style>
</head>
<body>
■■■■■■■■■■<br>■■■■■■■■■■<br>刪除完成!
<script LANGUAGE="JavaScript">
<!--
setTimeout('window.close();', 100);
// -->
</script>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -