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

📄 test.asp

📁 一个相当不错的考试系统源代码
💻 ASP
字号:

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

	题库中的数据只作测试,不为真实,若要实施还需删除各题表,重新建表。具体过程如下:
a)	先点击题库信息浏览,删除无用题表,注意:正修改的数据题表不能删除!
b)	添加题库建表,注意:数据表名是一次性的,建了就不能修改表名
c)	在试题后台设置中,选择要修改的考试题目,点击修改否
d)	再点击添加试题数据,添加相关考试试题,注意:在判断题中,对的写“A”,错的写“B”
e)	最后浏览选择试题,检查修改您所添加的试题。
****************************************************************
*      Copyright (C) 2007 fixty.com All Rights Reserved
****************************************************************
-->
<!--#include file="../include/conn2.asp"-->


<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/Style.css" rel="stylesheet" type="text/css">
<META content=fixty设计 name=description>
<META content="fixty@163.com" name=author>
</head>

<body>
<%
adSchemaTables=20
set rs = conn.OpenSchema(adSchemaTables)
response.Write(request("textfield"))
%>
<p>table:</p>
<table width="120" border="0" cellpadding="0" cellspacing="0">
  <%do while not rs.eof
  if rs("table_type") = "TABLE" then%>
  <tr> 
    <%=rs("table_name")%></a>
</td>
  </tr>
  <%end if
  rs.movenext
  loop%>
</table>
<TABLE width="500" border=0 align=center cellPadding=2 cellSpacing=1 
                  bgColor=#d2ebff class="Xsmall">
  <TBODY>
    <TR>
      <TD vAlign=top bgColor=#ffffff>
        <TABLE cellSpacing=0 cellPadding=0 width="100%" 
border=0>
          <TBODY>
            <TR>
              <TD 
                              height=25 background=../images/backt.gif class="Xsmall"> <strong>TRY_SUBJECT</strong></TD>
            </TR>
          </TBODY>
        </TABLE>
      </TD>
    </TR>
    <TR>
      <TD vAlign=top bgColor=#ffffff>&nbsp;</TD>
    </TR>
  </TBODY>
</TABLE>
<form name="form1" method="post" action="">
  <input name="checkbox" type="checkbox" value="checkbox" checked>
  <input name="radiobutton" type="radio" value="radiobutton" checked>  
  
</form>


<form name="form2" method="post" action="">
  <input type="button" name="Button" value="Button" onclick="javascript:window.form2.submit()">
  <input name="textfield" type="text">
</form>
</body>
</html>

⌨️ 快捷键说明

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