del_bookmark.asp
资源名称:图书管理系统.rar [点击查看]
上传用户:llrg7406
上传日期:2007-03-02
资源大小:654k
文件大小:1k
源码类别:
教育系统应用
开发平台:
Delphi
- <%@ Language=VBScript %>
- <!--#include file ="identify.asp"-->
- <% Response.Expires = 0 %>
- <%
- markid = Request.QueryString("markid")
- set conn = server.CreateObject("adodb.connection")
- conn.Open application("dsn")
- sql = "delete from bookmark where markid = " & markid
- 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=bookmark.asp">
- <link rel="stylesheet" type="text/css" href="xcss.css">
- </head>
- <body>
- </body>
- </html>