adminlogin.asp

来自「一个功能非常强大的新闻发布系统,里面的技术都是采用最新的,支持当前最流行的网站风」· ASP 代码 · 共 48 行

ASP
48
字号
<%
if request("logout")<>"" then 
session("admin")=""
session("password")=""
session("aleave")=""
response.redirect "adminlogin.asp"
end if
%>
<html>
<head>
<LINK href="../css.css" type=text/css rel=stylesheet>
<title>商务链管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="考试163">
</head>

<body bgcolor="#F7F3F7" text="#000000">
<p align="center"><br>
  <br>
<p align="center"><br>
  <br>
<h1 align="center"><font color="#FF0000" face="黑体">商务链新图文发布系统</font></h1>
<h1 align="center">&nbsp;</h1>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
  <form method=post action="chklogin.asp">
    <tr> 
      <td width="100%" height="30" align="center" valign="middle" bgcolor="#FFFFFF">用户名: 
        <input class="input" style="color: #FF0000; background-color: #FFFFFF; border: 1px solid #000000" size="12" name="admin"></td>
    </tr>
    <tr> 
      <td width="100%" height="29" align="center" valign="middle" bgcolor="#FFFFFF">密 码: 
        <input class="input" style="color: #FF0000; background-color: #FFFFFF; border: 1px solid #000000" type="password" size="12" name="password"></td>
    </tr>
    <tr> 
      <td width="100%" height="30" align="center" valign="middle" bgcolor="#FFFFFF"> 
        <input class="input" style="color: #FFFFFF; background-color: #FF0000; border: 1px solid #000000" type="submit" value="确 定" name="Submit"> 
        &nbsp;&nbsp;&nbsp; <input  class="input" style="color: #FFFFFF; background-color: #FF0000; border: 1px solid #000000" type="reset" value="取 消" name="Submit2"> 
      </td>
    </tr>
  </form>
</table>
<br>
<br><br>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
  </table>
</body>
</html>

⌨️ 快捷键说明

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