index.asp

来自「功能说明: 1」· ASP 代码 · 共 50 行

ASP
50
字号
<%
if request("logout")<>"" then 
session("admin_aoyi")=""
session("password")=""
session("aleave")=""
response.redirect "index.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">
</head>

<body bgcolor="#0066CC" text="#000000">
<p align="center"><br>
  <br>
<p align="center"><br>
  <br>
<h1 align="center"><font face="黑体" color="#FFFFFF">漳州网讯-新闻发布管理系统后台管理</font></h1>
<p align="center"><font face="黑体" color="#FFFFFF">V1.2</font></p>
<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">
  <tr>
    <td align="center"><font color="#FFFFFF">&copy; 程序制作:奥易</font></td> 
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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