⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.asp

📁 OnlineExam校园在线考试系统 v1.1源码
💻 ASP
字号:

<!--
****************************************************************
*
*                  『CnSohoW作品』 OnlineExam V1.1
*
*              版权所有: 『cnsohow』
*
*              程序制作:  CnSohoW『firekinger』
*           
*              主页地址:  http://www.cnsohow.com/
*              E-MAIL:  firekinger@163.com
*
****************************************************************
*      Copyright (C) 2002 cnsohow.com All Rights Reserved
****************************************************************
*
*                         【 版权声明 】
*
*     本系统只作为一种技术交流,不能用于商业,希望能给予合作。
*
****************************************************************
*
*  如果你在使用这个程序的过程中有什么错误、意见、建议,请及时
*    告诉我,谢谢!
*
****************************************************************
*
* 安装说明:
*
*   默认的后台数据管理员用户名和密码都是:admin
*   默认的验证密码都是:firekinger
* 
****************************************************************几几点说明:

	题库中的数据只作测试,不为真实,若要实施还需删除各题表,重新建表。具体过程如下:
a)	先点击题库信息浏览,删除无用题表,注意:正修改的数据题表不能删除!
b)	添加题库建表,注意:数据表名是一次性的,建了就不能修改表名
c)	在试题后台设置中,选择要修改的考试题目,点击修改否
d)	再点击添加试题数据,添加相关考试试题,注意:在判断题中,对的写“A”,错的写“B”
e)	最后浏览选择试题,检查修改您所添加的试题。
****************************************************************
*      Copyright (C) 2002 cnsohow.com All Rights Reserved
****************************************************************
-->
<!--#include file="include/conn.asp"-->
<%
listExamName="Select ID,DB_EXAMNAME from tryInfo where DB_ONOFFT='0'"
set rsT=conn.execute(listExamName)
%>
<html>
<head>
<title>::::欢迎光临校园在线考试系统:::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META content=CnSohoW设计 name=description>
<META content="firekinger@163.com" name=author>
<link href="css/Style.css" rel="stylesheet" type="text/css">
</head>
<body>
<p>&nbsp;</p><table width="500" border="1" align="center" bordercolor="#FFFFFF" class="Xsmall">
  <tr> 
    <td width="188" height="286" valign="middle" bordercolor="#000000"> 
      <div align="center"><img src="images/stulogin.jpg" width="188" height="284"></div></td>
    <td bordercolor="#000000"> 
      <form name="SaLoginForm" method="post" action="verification.asp">
        <table width="90%" border="0" align="center" class="Xsmall">
          <tr> 
            <td height="50"> <div align="center"><strong>浙江工贸学院考试系统</strong> </div></td>
          </tr>
          <tr> 
            <td><p> 
                <input name="imageField22" type="image" src="images/stu_1.gif" width="16" height="16" border="0">
                考生学号:  
                <input name="stu_numT" type="text" class="Sborder" id="stu_numT22" size="16" maxlength="16">
              </p>
              <p> 
                <input name="imageField3" type="image" src="images/stu_1.gif" width="16" height="16" border="0">
                考生姓名:  
                <input name="stu_nameT" type="text" class="Sborder" id="stu_name22" size="16" maxlength="16">
              </p>
              <p> <img src="images/post_1.gif" width="15" height="16"> 考试题目:  
                <select name="selectTry">
                  <%
				if rsT.eof then
					response.write("<option value='2'>没有要考的试卷</option>")
				end if
				Num=1
				while not rsT.eof
					ExamIDT=rsT("ID")
					ExamNameT=rsT("DB_EXAMNAME")
					if Num=1 then
						response.Write("<option value='"&ExamIDT&"' selected>"&ExamNameT&"</option>")
						Num=0
					else
						response.Write("<option value='"&ExamIDT&"'>"&ExamNameT&"</option>")
					end if
					rsT.movenext
				wend
				%>
                </select>
              </p>
              <center>
                <input name="Submit3" type="submit" class="Sborder" value="确 定">
                   
                <input name="Submit22" type="reset" class="Sborder" value="清 空">
              </center></td>
          </tr>
          <tr> 
            <td height="30"> <div align="center"><img src="images/ip_1.gif" width="16" height="15" align="absmiddle"> 
                你的IP地址为: <%=request.servervariables("remote_addr")%></div></td>
          </tr>
          <tr>
            <td height="30"><div align="center"><font color="#FF0000">注</font>:只允许浙江工贸学院内部使用!</div></td>
          </tr>
        </table>
        </form></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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