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

📄 chklogin.asp

📁 不用注册也可以发言
💻 ASP
字号:
<%
if request.form("username")="admin" and request.form("password")="admin"then
response.cookies("loginok")=true
response.redirect "manage.asp"
else
%>
<html>
<head>
<title>验证权限</title>
<meta http-equiv=“Content-Type" content=“text/html; charset=gb2312">
<link rel="stylesheet" href="css/STYLE.CSS" type="text/css">
</head>
<body bgcolor="#BAB198">
<div align=“center"> 
  <table width="238" border="0" cellspacing="0" cellpadding="0" height="211" align="center">
    <tr>
      <td> <img src="images/exclam.gif" width="238" height="211"></td>
    </tr>
  </table>
  <table width="230" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr> 
      <td width="20"> 
        <div align="center"><font color="#FF0000"><img src="images/tips.gif" width="27" height="36"></font></div>
      </td>
      <td valign="middle"> 
        <div align="center"> 
          <p><font color="#CC0000"><b>您不是版主,没有管理权限!</b></font></p>
        </div>
      </td>
    </tr>
    <tr> 
      <td colspan="2"> 
        <div align="center"> 
          <p><a href="Login.asp">重 新 登 陆</a></p>
        </div>
      </td>
    </tr>
    <tr> 
      <td colspan="2" height="20"> 
        <div align="center"> 
          <p><a href="guest.asp">返 回 留 言 本</a></p>
        </div>
      </td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>
<%
end if
%>
</body>
</html>

⌨️ 快捷键说明

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