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

📄 admin_index.asp

📁 学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完
💻 ASP
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -