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

    <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>学生成绩管理系统</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
body {
	background-color: #6666FF;
	background-image: url(image/bg.jpg);
}
.style2 {color: #0099FF}
-->
</style>
</head>
<body>
<p>
</p>
<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>
<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>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="3" class="style2"><div align="center"></div></td>
  </tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed_rld2">
<tr>
  <td class="style2">&nbsp;</td>
  <td class="style2">&nbsp;</td>
</tr>
<tr>
          <td width="50%" class="style2"><table width="380" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td>
                <form action="look.asp" method="post" name="form1">
                  <table width="250" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed1_rld">
                    <tr bgcolor="#EAEAEA">
                      <td height="25" colspan="2"><div align="center">学生成绩查询</div></td>
                    </tr>
                    <tr>
                      <td width="100" height="30"><div align="center">学号:</div></td>
                      <td>
                        <input name="xh" type="text" class="unnamed_rld2" value="980125" size="20" maxlength="20"></td>
                    </tr>
                    <tr>
                      <td height="30"><div align="center">密码:</div></td>
                      <td>
                        <input name="mm" type="password" class="unnamed_rld2" value="980125" size="20" maxlength="20"></td>
                    </tr>
                    <tr>
                      <td height="30" colspan="2">
                        <div align="center">
                          <input name="submit" type="submit" value="查询">
                      </div></td>
                    </tr>
                  </table>
              </form></td>
            </tr>
          </table></td>
          <td width="50%" class="style2"><table width="380" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td>
                <form action="admpost.asp" method="post" name="form2" id="form2">
                  <table width="250" border="0" align="center" cellpadding="0" cellspacing="0" class="unnamed1_rld">
                    <tr bgcolor="#EAEAEA">
                      <td height="25" colspan="2">
                        <div align="center">
                          <%
			if mm=1		then 
			   Response.Write "对不起,您输入的密码有误!"
			elseif mm=2 then
			   Response.Write "您没有登陆的权限!"
			elseif mm=3 then
			   Response.Write "请输入完整的用户名和密码!"
			end if
%>
                管理员登陆 </div></td>
                    </tr>
                    <tr>
                      <td width="100" height="30"><div align="center">管理员帐号:</div></td>
                      <td width="154">
                        <input name="keys" type="hidden" value="submit">
                        <input name="username" type="text" class="unnamed_rld2" id="username2" value="admin" size="20" maxlength="20"></td>
                    </tr>
                    <tr>
                      <td height="30"><div align="center">管理员密码:</div></td>
                      <td>
                        <input name="password" type="password" class="unnamed_rld2" value="admin" size="20" maxlength="20">
                      </td>
                    </tr>
                    <tr align="center">
                      <td height="30" colspan="2">
                        <input type="submit" name="Reg2" value="登录" class="bottom">
                        <input type="reset" name="Submit32" value="重填" class="bottom">
                      </td>
                    </tr>
                  </table>
              </form></td>
            </tr>
          </table></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="3" class="style2"><div align="center"></div></td>
        </tr>
      </table>
      <table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" bgcolor="#FFCCFF" class="style2"><div align="center" class="unnamed3write "><a href="http://www.163.com" class="unnamed3write">powered by deng131 </a> </div></td>
        </tr>
      </table>
</body>
</html>