?? del_new.asp
字號:
<%@ Language=VBScript %>
<!--#include file ="identify.asp"-->
<% Response.Expires = 0 %>
<%
bookid = Request.QueryString("bookid")
set conn = server.CreateObject("adodb.connection")
conn.Open application("dsn")
sql = "delete from newbook where bookid = " & bookid
conn.Execute sql
conn.Close
set conn = nothing
%>
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=xmain.asp">
<link rel="stylesheet" type="text/css" href="xcss.css">
</head>
<body>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -