📄 admin_index.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"> </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">密 码:</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"> </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 + -