?? sp25175_del.asp
字號(hào):
<!--#include file="conn.asp"-->
<%
'id=request.querystring("id")
booktypeid=request.querystring("booktypeid")
if booktypeid<>"" then
set rs=server.createobject("adodb.recordset")
sql="delete * from booktype where booktypeid="&booktypeid
rs.open sql,db,1,3
db.execute(sql)
response.redirect "sp25175_modify.asp"
end if
%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -