?? del.asp
字號:
<%Option Explicit%>
<%
dim rs_lar,rs,rs1
dim sql,sql1
dim i,id
dim conn,DBPath
%>
<!--#include file="connpic.asp"-->
<%
id=request.QueryString("id")
Set rs = Server.CreateObject("ADODB.Recordset")
sql="delete from pic where id1="&id&""
conn.execute sql
sql="delete from shuoming where ID="&id&""
conn.execute sql
response.redirect "manage.asp"
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -