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

📄 index.asp

📁 学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完
💻 ASP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>学生查询系统</title>
<link rel="stylesheet" href="style.css">
<style type="text/css">
<!--
.STYLE1 {
	font-size: 14px;
	color: #FF0000;
}
.STYLE5 {color: #000000; font-weight: bold; }
-->
</style>
</head>

<body>
<table width="700" align="center" >
  <tr>
   <td><div align="center"><img src="images/log.gif" width="351" height="150"></div></td>
  </tr>
  <tr>
    <td background="index_files/03.gif">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#6699FF"><div align="center">
  <br>
  <table border="0" width="400" cellspacing="0" cellpadding="0">
    <tr>
      <td width="100%">
        <form method="POST" action="search_user.asp">
          <table border="1" width="100%" bordercolorlight="#000000" cellspacing="0" cellpadding="5" bordercolordark="#FFFFFF">
            <tr>
              <td width="33%">
                <p align="right" class="STYLE5">按姓名查询:</td>
  <center>
  <td width="33%"><input type="text" name="user_name" size="20"></td>
  <td width="34%"><input name="B1" type="image" value="提交" src="index_files/saech.gif"></td>
              </tr>
            </table>
          </form>
            </td>
    </tr>
    <tr>
      <td width="100%">
        <form method="POST" action="search_number2.asp">
          <table border="1" width="100%" bordercolorlight="#000000" cellspacing="0" cellpadding="5" bordercolordark="#FFFFFF">
            <tr>
              <td width="33%">
                <p align="right" class="STYLE5">按学号查询:</td>
              <td width="33%"><input type="text" name="user_number" size="20"></td>
              <td width="34%"><input name="B1" type="image" value="提交" src="index_files/saech.gif"></td>
            </tr>
          </table>
        </form>
      </td>
    </tr>
    <tr>
      <td width="100%">
      </td>
    </tr>
    <tr>
      <td width="100%"><div align="left" class="STYLE1">注意:搜索系统支持模糊查询,即输入“张”,更可找到所有姓名为“张”的学生。</div></td>
    </tr>
  </table>
  <br>
    </div></td>
	
  </tr>
<!--#include file="down.asp"-->
</table>
</body>
</html>

⌨️ 快捷键说明

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