admin_index.asp

来自「学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和」· ASP 代码 · 共 104 行

ASP
104
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>学生信息管理系统</title>
<link rel="stylesheet" href="style.css">
<style type="text/css">
<!--
.style7 {
	font-size: 16pt;
	color: #FFFF00;
}
.STYLE8 {font-size: 16pt; color: #FF00FF; }
.STYLE10 {
	font-size: 24pt;
	font-weight: bold;
	color: #FF0000;
}
-->
</style>
</head>

<body>

<script language="javascript">
	function checkuser()
	{
		if (document.registerform.name.value=="")
		{
			alert("请输入用户名!!");
		}
		else if (document.registerform .pwd .value=="")
		{
			alert("请输入密码!");
		}
		else
		{
			return true;
		}
		return false;
	}
</script>

<div align="center">
  <center>
    <table width="600" border="0">
      <tr>
        <td><!--#include file="top.asp"--></td>
      </tr>
    </table>
    <table width="757" border="0">
      <tr>
        <td width="220" height="218">&nbsp;</td>
        <td width="241"><table width="100%" height="163" border="1" cellpadding="0" cellspacing="0" bordercolor="#33CC33">
          <tr>
            <td height="111" valign="top"><table width="237" border="1" align="center" bordercolor="#FFFFFF" bgcolor="#CCCCFF">
                <tr>
                  <td width="212" height="43" bgcolor="#0066FF"><div align="center" class="STYLE8"">管理员登录</div></td>
                </tr>
              </table>
                <div align="center">
                  <center>
                    <table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#336600">
                      <tr>
                        <td width="100%"><form method="POST" action="check.asp" onSubmit="return checkuser()" name="registerform">
                            <table border="0" width="100%" cellspacing="0" cellpadding="5" height="66">
                              <tr>
                                <td width="38%" align="right" height="25">用户名:</td>
                                <td width="62%" height="25"><label>
                                  <input name="name" type="text" id="name" size="15">
                                </label></td>
                              </tr>
                              <tr bordercolor="#000000">
                                <td width="38%" height="25" align="right">密&nbsp; 码:</td>
                                <td width="62%" height="25"><input type="password" name="pwd" size="15"></td>
                              </tr>
                              <tr>
                                <td width="38%" height="1"></td>
                                <td width="62%" height="1"><input type="submit" value="提交" name="B1"></td>
                              </tr>
                            </table>
                        </form></td>
                      </tr>
                    </table>
                  </center>
                </div></td>
          </tr>
        </table></td>
        <td width="264">&nbsp;</td>
      </tr>
    </table>
      <tr>
        <td><!--#include file="down.asp"--></td>
      </tr>
  </center>
</div>


</body>

</html>

⌨️ 快捷键说明

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