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

📄 admin_index.asp

📁 学校成绩查询系统是一个非常好的软件请大家试试
💻 ASP
字号:
<html>
<head>
<title>查分系统后台登陆</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../inc/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
function checkForm(){
  if (document.form1.txtUserName.value == ""){
    alert("对不起,用户名不能为空!请输入..");
	document.form1.txtUserName.focus();
	return false;
  }
  if (document.form1.txtPassword.value == ""){
    alert("对不起,密码不能为空!请输入..");
	document.form1.txtPassword.focus();
	return false;
  }
}
</script>
</head>

<BODY bgColor=#f6f6f6 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
    <TR> 
      <TD align=middle> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
          <TBODY>
            <TR> 
              <TD height=1></TD>
            </TR>
            <TR> 
              <TD align=middle bgColor=#F6F6F6> 
				<table border="0" id="table1" bgcolor="#FFFFFF">
					<tr>
						<td> <FORM action=Admin_ChkLogin.asp id=form1 method=post name=form1 onSubmit="return checkForm()">
                  <TABLE cellSpacing=0 cellPadding=0 width=293 align=center 
              border=0 height="210" id="table2">
                    <TBODY>
                      <TR> 
                        <TD align="center" height="53"> 
						<font size="4">用户名:</font></TD>
                        <TD width=179 height="53">
						<INPUT 
                  style="border:1px solid rgb(182,182,182); FONT-WEIGHT: normal; FONT-SIZE: 12pt; FONT-FAMILY: serif" name=txtUserName size="25"> </TD>
                      </TR>
                      <TR> 
                        <TD align="center" vAlign=center height="49"> <font size="4">密&nbsp; 码:</font></TD>
                        <TD height="49">
						<INPUT name=txtPassword 
                  type=password 
                  style="border:1px solid rgb(182,182,182); FONT-WEIGHT: lighter; FONT-SIZE: 12pt; FONT-FAMILY: serif" size="25"> &nbsp;&nbsp; </TD>
                      </TR>
                      <TR>
                        <TD align="center" vAlign=center height="59"><div align="center">
							<p style="margin-top: 5px"><font size="4">验证码:</font></div></TD>
                        <TD height="59">
						<INPUT name=txtgetcode id="txtgetcode" 
                  style="border:1px solid rgb(182,182,182); FONT-WEIGHT: normal; FONT-SIZE: 12pt; FONT-FAMILY: serif; height:25" size="12">&nbsp;&nbsp;<img src=../getcode.asp border=0></TD>
                      </TR>
                      <TR> 
                        <TD> </TD>
                        <TD>
                          <input name="image" type=image src="Images/Login_Connect.gif" 
                  align=middle width=80 
                  height=38 border=0 style="font-size: 12pt">                          &nbsp; <div align="right">                        </div></TD>
                      </TR>
                    </TBODY>
                  </TABLE>
                </FORM></td>
					</tr>
				</table>
				</TD>
            </TR>
            <TR> 
              <TD  height=10><SPAN 
            style="FONT-SIZE: 1pt">&nbsp;</SPAN></TD>
            </TR>
          </TBODY>
        </TABLE></TD>
    </TR>
  </TBODY>
</TABLE>
</body>
</html>

⌨️ 快捷键说明

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