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

📄 login.asp

📁 功能完备的留言板 公告管理 用户管理 留言管理 分页 功能的实现 Access数据库
💻 ASP
字号:

<html>
<head>
<title>管理员登陆</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel=stylesheet type=text/css>
</head>

<body bgcolor="#FFFFFF" text="#000000">

<br><br><br>
<form  method="post" action="chklogin.asp">
  <div align="center">
  <table cellpadding=3 cellspacing=1 border=0 width=315 bgcolor="#000080" height="167">
    <tr bgcolor=#F0AA06> 
      <td bgcolor="#EEEEFF" align=center  style="font-size: 14px; color:#000080; font-weight:bold" height="33">
		<span style="font-weight: 400">管理员登陆</span></td>
    </tr>
    <tr bgcolor=#F0AA06> 
      <td bgcolor="#FFFFFF" align=center  style="font-size: 13px" width="300">
  <table cellpadding=3 cellspacing=1 border=0 width=228 bgcolor="#FFFFFF" height="49" id="table1">
    <tr bgcolor=#F0AA06> 
      <td bgcolor="#FFFFFF" align=right  style="font-size: 13px" width="92" height="23">
		管理员名称:</td>
      <td bgcolor="#FFFFFF" align=left  style="font-size: 13px" width="125" height="23">
		<input name="username" size="17" ></td>
    </tr>
    <tr bgcolor=#F0AA06> 
      <td bgcolor="#FFFFFF" align=right  style="font-size: 13px" width="92" height="23">
		管理员密码:</td>
      <td bgcolor="#FFFFFF" align=left  style="font-size: 24px" width="125" height="23">
		<input type="password" name="password" size="18" ></td>
    </tr>
    </table>
  	</td>
    </tr>
    <tr bgcolor=#F0AA06> 
      <td bgcolor="#EEEEFF" align=center  style="font-size: 24px" height="39">
		<input type="submit" name="submit" value="管理登录" >&nbsp;
		<input type="reset" value="清除重填" name="B1" ></td>
    </tr>
    </table>
  </div>
  </form>
<br>

</body>
</html>

⌨️ 快捷键说明

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