gusucode.com > ASP+ACCESS学生成绩查询系统毕业设计(源代码+论文+开题报告) > ASP+ACCESS学生成绩查询系统毕业设计(源代码+论文+开题报告)\score\score\res.asp

    <%if session("password")<>"" then%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>25175学生成绩管理系统v1.31</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
.style1 {font-size: 24px}
body {
	background-image: url(image/bg.jpg);
}
-->
</style>
</head>
<body>
<table width="768" border="0" align="center" cellpadding="5" cellspacing="0">
  <tr>
    <td width="754" valign="top" bgcolor="#A0A4AC" style="line-height:140%;"><img src="image/1.gif" width="800" height="92"></td>
  </tr>
</table>
<p>&nbsp;</p>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="30" bgcolor="#A0A4AC"><div align="center" class="unnamed3write">学生成绩管理系统</div></td>
  </tr>
</table>
<table width="768" height="25" align="center" cellpadding="0" cellspacing="0" class="unnamed_rld2">
  <tr bgcolor="#EEEEEE">
    <td width="100" height="25" align="center"><a href="index.asp">首页</a></td>
    <td width="100" align="center"><a href="add.asp">添加单个成绩</a></td>
    <td width="100" align="center"><a href="adds.asp">批量添加成绩</a></td>
    <td width="100" align="center" bgcolor="#EEEEEE"><a href="res.asp">按学号查询</a></td>
    <td width="100" align="center"><a href="res1.asp">按班级查询</a></td>
    <td width="100" align="center"><font color="#0000CC" size="2"><a href="admin.asp">管理页面</a></font></td>
    <td width="100" align="center"><a href="logout.asp">退出</a></td>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<table width="300"  border="0" align="center" cellpadding="0" cellspacing="0">
          <tr> 
            <td> 
              <form action="adminlook.asp" method="post" name="form1" >
                <table width="300" border="0">
                  <tr> 
                    <td height="25"> 
                     学号:                   </td>
                    <td height="25" align="right"> 
                      <div align="left"> 
                        <input name="xh" type="text" id="xh" size="15">
                        <select name="xq">
                          <option>第一学期</option>
                          <option>第二学期</option>
                          <option>第三学期</option>
                          <option>第四学期</option>
                          <option>第五学期</option>
                          <option>第六学期</option>
                          <option>第七学期</option>
                          <option>第八学期</option>
                        </select>
                        <input type="submit" name="Submit" value="提交">
                      </div>                    </td>
                  </tr>
                </table>
              </form>
            </td>
          </tr>
</table>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        <p>&nbsp;</p>
        <table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td height="30" bgcolor="#A0A4AC"><div align="center" class="unnamed3write"><a href="http://www.163.com" class="unnamed3write">powered by deng131</a></div></td>
          </tr>
        </table>
        <p>&nbsp;</p>
</body>
</html>
<%else
Response.Redirect "admpost.asp"
end if%>