ksright1.asp

来自「考试系统asp环境下开发,access数据库」· ASP 代码 · 共 29 行

ASP
29
字号
<!-- #include file="cookies.asp" -->
<!-- #include file="kstime.asp" -->
<html>
<head>
<title>您已经完成全部试题</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
  <table width="90%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td bgcolor="#86A294" height="30">
        <div align="center"><b>您已经完成全部试题</b></div>
      </td>
    </tr>
  </table>
    
  <p>您的考试时间还剩下:<font color="#ff0000"><%=stime%></font>分钟</p>
  <p>
    <input type="button" name="Submit2" value="检查试卷" onclick="location.href='ksjc.asp';">
    <input type="button" name="Submit" value="重新做题" onclick="location.href='ksright.asp';">
    <input type="button" name="Submit3" value="交卷" onclick="location.href='end.asp?t=s';">
  </p>
  <p>&nbsp;</p>
</div>
</body>
</html>

⌨️ 快捷键说明

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