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

📄 login.asp

📁 佳可商务购物程序v1.0
💻 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>
<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 background="../images/bj_6.gif" height="29"> 
          <table cellspacing=0 cellpadding=0 width=170 height="20">
            <tr> 
              <td width=5>&nbsp;</td>
              <td width=28> 
                <div align="center"></div>
              </td>
              <td class=hg12 valign=bottom width="123">&nbsp;<font color="#990000"><b>管理员登陆</b></font></td>
              <td width=12>&nbsp;</td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
    <div align="center"> 
      <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td background="../images/bj_7.gif" 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>
      <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td background="../images/bj_8.gif" height="23">&nbsp; </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> 

⌨️ 快捷键说明

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