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

📄 login.asp

📁 e人畅想公用日记本 v1.0
💻 ASP
字号:
<!--#include file="top.asp"-->
<hr width="600" size="1" noshade>
<%admin=replace(request.form("admin"),"'","")
password=replace(request.form("password"),"'","")
set check=conn.execute("select*from about where admin='"&admin&"' and password='"&password&"' and id=1")
on error resume next
if check.bof and check.eof then%>
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center" class="table_pointline">
  <tr>
    <td>
      <form name="form1" method="post" action=""> 
        <div align="center"> 
          <p><br>
            管理登陆</p>
          管理大名: 
          <input type="text" name="admin" class="local">
          <br>
          管理密码:
          <input type="password" name="password" class="local">
          <br>
          <br>
          <input type="submit" name="Submit" value="提交" class="withoutany">
        </div>
      </form>
    </td>
  </tr>
</table>
<!--#include file="bottom.asp"-->
<%else
session("admin")="yes"
response.redirect"index.asp"
end if
set check=nothing%>

⌨️ 快捷键说明

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