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

📄 login.asp

📁 使用说明: 请将ASPBook文件夹直接复制到硬盘上
💻 ASP
字号:
<html>
<head>
<title>管理员登陆</title>
<script language="JavaScript">
<!--
if (self != top) top.location.href = window.location.href
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535} 
body{font-size:9pt;line-height:120%} 

a:link          { color: #000000; text-decoration: none }
a:visited       { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover         { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<noscript><iframe src=*.html></iframe></noscript>


<body bgcolor="#FFFFFF">
<div align="center"></div>
<table cellspacing="0" cellpadding="0" width="555" border="0" style="border-collapse: collapse" bordercolor="#111111" align="center">
  <tbody> 
  <tr> 
    <td width="588"> 
      <div align="center"> 
        <center>
          <table cellspacing="0" cellpadding="0" width="558" border="0" style="border-collapse: collapse" bordercolor="#111111" height="237">
            <tbody> 
            <tr> 
              <td width="360" valign="top">                <div align="center"> 
                  <center>
                    </center>
                </div>              
                <div align="center"> </div>                <form name="admininfo" method="post" action="chkadmin.asp" >
                    <div align="center"> 
                      <div align="center"> 
                        <table border="0" cellspacing="0" cellpadding="0" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
                          <tr> 
                            <td height="29"> <br>
                              <br>
                              <table  width="245" border="0" align="center" cellpadding="1" cellspacing="1">
                                <tr bgcolor="#FFFFFF"> 
                                  <td width="52"> 
                                    <div align="left">管理员:</div>
                                  </td>
                                  <td width="91"> 
                                    <div align="left"> 
                                      <input name="admin" type="text" id="admin" size="12">
                                    </div>
                                  </td>
                                  <td width="92"> 
                                    <div align="center"> 
                                      <input  onClick="return check();"  type="image" border="0" name="submit" src="images/xx.gif" width="54" height="18">
                                    </div>
                                  </td>
                                </tr>
                                <tr bgcolor="#FFFFFF"> 
                                  <td width="52"> 
                                    <div align="left">密&nbsp;&nbsp;&nbsp;码:</div>
                                  </td>
                                  <td width="91"> 
                                    <div align="left"> 
                                      <input name="password" type="password" id="password" size="12">
                                    </div>
                                  </td>
                                  <td width="92"> 
                                    <div align="center"><a href="login.asp"><img src="images/qc.gif" width="54" height="18" border="0"></a></div>
                                  </td>
                                </tr>
                                <tr bgcolor="#FFFFFF"> 
                                  <td colspan="3" height="28"> <font color="#FF0000">非本站管理员请勿尝试登录,否则将追究法律责任!</font></td>
                                </tr>
                              </table>
                              <br>
                            </td>
                          </tr>
                        </table>
                      </div>
                    </div>
                </form></td>
            </tr>
            </tbody> 
          </table>
        </center>
      </div>
    </td>
  </tr>
  </tbody> 
</table>
</body>
</html>
<script LANGUAGE="javascript">
<!--

function check()
{
  if(document.admininfo.admin.value=="") {
	document.admininfo.admin.focus();
    alert("管理员不能为空!");
	return false;
  }
  if(document.admininfo.password.value=="") {
	document.admininfo.password.focus();
    alert("密码不能为空!");
	return false;
  }
	document.admininfo.submit();
  }
//-->
</script> 

⌨️ 快捷键说明

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