index.asp

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

ASP
26
字号
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<h2 align="center"><b><font color="#000000" face="黑体">网上考试系统</font></b> </h2>
<form name="form1" method="post" action="check.asp">
  <div align="center">
    <p>考生姓名: 
      <input type="text" name="student" maxlength="10">
    </p>
    <p>考生密码: 
      <input type="password" name="pass" maxlength="12">
    </p>
    <p>
      <input type="submit" name="Submit" value="进入考场">
      <input type="reset" name="Submit2" value="重写">
    </p>
  </div>
</form>
<h2 align="center">&nbsp; </h2>
</body>
</html>

⌨️ 快捷键说明

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