paper_success.asp

来自「自己的毕业设计 考试系统 ASP+ACCE」· ASP 代码 · 共 27 行

ASP
27
字号
<!--#include file="db.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>在线考试系统</title>
<link href="../Style.css" rel="stylesheet" type="text/css">
</head>

<body onload="checktotal();">

<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="25">
  <tr>
    <td width="100%">当前位置:在线考试系统 -&gt; 生成试卷
      <hr></td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">
  <tr>
    <td width="80">&nbsp;</td>
    <td> 生成试卷成功!点击<a href="paper_add.asp">[返回]</a>继续生成试卷</td>
  </tr>
</table>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?