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

📄 login.asp

📁 一套完整的电子购物商城
💻 ASP
字号:
<html>
<head>
<title>管理员登陆</title>
<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 style="background-attachment: fixed" bgcolor="#0099CC">
<div align="center"> </div>
<form name="admininfo" method="post" action="chkadmin.asp" >
  <div align="center">
    <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr> 
        <td bgcolor="#0099CC"> 
           </td>
      </tr>
    </table>
    <div align="center"> 
      <table width="370" border="0" cellspacing="0" cellpadding="0" bgcolor="#0099CC">
        <tr> 
          <td bgcolor="#0099CC">
            <br>
			<div align="center">
				<table  width="300" border="1" bgcolor="#C0C0C0" cellpadding="0" bordercolor="#C0C0C0">
              <tr bgcolor="#FFFFFF"> 
                <td align="right" bgcolor="#EFEFEF" colspan="3" height="50"> 
                  <p align="center"><font color="#0000FF">管 理 员 登 陆</font></td>
              </tr>
              <tr bgcolor="#FFFFFF"> 
                <td width="74" align="right" bgcolor="#EFEFEF"> 
                  <font color="#008000">管理员:</font></td>
                <td width="118" bgcolor="#EFEFEF"> 
                  <div align="left"> 
                    <input name="admin" type="text" id="admin" size="15"></div>
                </td>
                <td width="84" bgcolor="#EFEFEF"> 
                  <div align="center">
                    <input  onClick="return check();"  type="image" border="0" name="submit" src="../images/xx.gif" width="54" height="18" align="left">
                  </div>
                </td>
              </tr>
              <tr bgcolor="#FFFFFF"> 
                <td width="74" align="right" bgcolor="#EFEFEF"> 
                  <font color="#008000">密 码:</font></td>
                <td width="118" bgcolor="#EFEFEF"> 
                  <div align="left"> 
                    <input name="password" type="password" id="password" size="15"></div>
                </td>
                <td width="84" bgcolor="#EFEFEF">
                  <div align="center"><a href="login.asp">
					<img src="../images/qc.gif" width="54" height="18" border="0" align="left"></a></div>
                </td>
              </tr>
              <tr bgcolor="#FFFFFF"> 
                <td colspan="3" height="28" bgcolor="#EFEFEF"> 
				<p align="center"> <font color="#FFFFFF"><br>
				</font> 
				<font color="#008000">请不要尝试非法登陆</font><font color="#FFFFFF"><br><br></font> 
                </td>
              </tr>
            </table>
          	</div>
          <br></td>
        </tr>
      </table>
    </div>
  </div>
  </form>
</body>
</html>
<script LANGUAGE="javascript">
<!--
function checkspace(checkstr) {
  var str = '';
  for(i = 0; i < checkstr.length; i++) {
    str = str + ' ';
  }
  return (str == checkstr);
}
function check()
{
  if(checkspace(document.admininfo.admin.value)) {
	document.admininfo.admin.focus();
    alert("管理员不能为空!");
	return false;
  }
  if(checkspace(document.admininfo.password.value)) {
	document.admininfo.password.focus();
    alert("密码不能为空!");
	return false;
  }
	document.admininfo.submit();
  }
//-->
</script> 
      <p align="center"><font color="#FFFFFF">联系电话:13940619667 QQ:150137826</font></p>
<p align="center"> </p>
 

⌨️ 快捷键说明

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