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

📄 login.asp

📁 it is a good thing i think you will like it
💻 ASP
字号:
<!--#include file="dbpath.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登陆</title>
<style type="text/css">
td        { font-size: 9pt; line-height: 12pt}
a:link    {color: #000080; text-decoration: none }
a:visited {color: #000080; text-decoration: none }
a:hover   {color: #FF0000; text-decoration: underline }</style>
</head>
<body>
<form method="POST" action="save.asp?type=admin">                                  
  <div align="center">                             
    <center>                             
    <table border="0" bgcolor="#808080" cellspacing="1">                             
      <tr>                             
        <td width="100%"><b><font color="#FFFFFF">管理员登陆</font></b></td>                             
      </tr>                             
      <tr>                             
        <td width="100%" bgcolor="#FFFFFF">用户名:<input name="user" size="20" style="color: #0000FF"></td>                             
      </tr>                             
      <tr>                             
        <td width="100%" bgcolor="#FFFFFF">密&nbsp; 码:<input name="pwd" size="20" style="color: #0000FF" type="password"></td>                             
      </tr>                             
      <tr>                             
        <td width="100%" bgcolor="#FFFFFF">                             
          <p align="center"><input type="submit" value="确认登陆"></td>                             
      </tr>                             
    </table>                             
    </center>                             
  </div>                             
        </form> 
<table border="0" width="100%" cellpadding="0"> 
  <tr> 
    <td width="100%"> 
      <p align="center"><a href="index.asp">-返回首页-</a></td> 
  </tr> 
</table> 
</body></html>

⌨️ 快捷键说明

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