?? del_onlinedd.asp
字號:
<!--#include file=../system/include/config.asp-->
<!--#include file=../share/conn_system.asp-->
<!--#include file=../system/include/function.asp-->
<!--#include file=../system/include/access_zj.asp-->
<%
dim checkbox,strSql
checkbox=request("checkbox")
if checkbox="" then
out("參數傳遞出錯!")
out("<a href=""javascript:window.go(-1)"">返回</a>!")
response.end
end if
checkbox=replace(checkbox," ","")
checkbox=replace(checkbox,","," or id=")
strSql="delete from [onlinedd] where id=" & checkbox
conn.execute(strSql)
if request("ii")="new" then
response.redirect "view_newdd.asp"
else
response.redirect "view_olddd.asp"
end if
%>
<!--#include file=../system/include/foot.asp-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -