?? tre_adm_delresult.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../conndb/conn.asp"-->
<%
getChkBox = request("ChkBox")
getcondition = replace(trim(request("condition")),"'","''")
getkey = replace(trim(request("key")),"'","''")
getpageno = replace(trim(request("pageno")),"'","")
rssql = "delete from Tab_stuResult where res_id in ("&getChkBox&")"
conn.Execute(rssql)
response.Redirect("../adm_Mainright.asp?condition="&getcondition&"&key="&getkey&"&pageno="&getpageno)
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -