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

📄 login_admin.asp

📁 电影ASP文件
💻 ASP
字号:
<!-- #include file="film_conn.asp" -->
<%
if request("type")<>logintype then
response.write "非法操作!!!错误的登录参数!"
response.end
end if
%>
<%
if loginip<>"" then
tter=Request.ServerVariables("REMOTE_ADDR")
tter2="loginip"
if tter<>tter2 then 
response.write "非法操作!!!系统不接受你的登录!"
response.end
end if
end if
%>
<html>
<head>
<title><%=webname%>--高级管理员登录区</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script>
function valid_register(){

 if(  document.regist.user.value.length<5  )
    {window.alert("用户名位数太短!请至少输入5位字符。");
       document.regist.user.focus();
       return false;
      } ;
 if(  document.regist.user.value.length>15  )
    {window.alert("用户名位数太长!请最多输入15位字符。");
       document.regist.user.focus();
       return false;
      } ;
if (document.regist.userpwd.value.length<5  )
  {
  alert("密码位数太短!请至少输入5位字符。")
  document.regist.userpwd.focus()
  return false;
};
if (document.regist.userpwd.value.length>15  )
  {
  alert("密码位数太长!请最多输入15位字符。")
  document.regist.userpwd.focus()
  return false;
};
}
</script>
</head>
<body bgcolor="#E2CCB8">
<div align="center">
<center><br>
<table border="0" cellspacing="1" width="100%">
<tr><td>
<form method="post" action="<%=adminurl%>/check_login.asp"  name="regist" onsubmit="return valid_register()">
<table width="383" border="0" cellspacing="0" cellpadding="1" bordercolordark="#6699FF" bordercolorlight="#FFFFFF" align="center" bgcolor="#53A9FF">
<tr><td width="379" bgcolor="#FFFFFF">
<div align="center">
<center>
<table width="261" border="0" cellpadding="0" cellspacing="0" height="128">
<tr><td colspan="2" width="276" height="18"></td></tr>
<tr><td colspan="2" class="bold" width="276" height="20">
<p align="center"><font size="2">高级管理员登录</font></p></td></tr>
<tr>
<td valign="middle" align="right" class="subject" width="76" height="25">帐  号:</td>
<td valign="top" width="198" height="25"><input size="21" name="user" value=""></td></tr><tr>
<td valign="middle" align="right" class="subject" width="76" height="25">密  码:</td>
<td valign="top" align="left" width="198" height="25"><input type="password" size="21" name="userpwd" value=""></td></tr>
<tr><td colspan="2" width="276" height="27"><input type="hidden" name="logintype" value="<%=logintype%>">
<p align="center"><input type="submit" value="登录" class="buttonface" name="submit"> <input type="reset" value="重写" class="buttonface" name="B2"></td>
</tr>
<tr>
<td colspan="2" align="right" width="276" height="18"></td>
</tr></table></center></div></td></tr></table>
</form>
<p align="center">您的IP地址:<font color="#cc0000"><%=Request("REMOTE_ADDR")%></font></td>
</tr>
</table>
</center>
</div>
</body>
</html>

⌨️ 快捷键说明

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