login.asp

来自「1.添加留言:带*号项为必填项」· ASP 代码 · 共 45 行

ASP
45
字号
<!--#include file="top.asp"-->
<link href="style.css" rel="stylesheet" type="text/css">
<div align="center">
<table bgcolor="#FFFFFF" width="760">
<tr>
<td>
<form name="form1" method="POST" action="cklogin.asp">
  <table class=log_td_table width="350" border="0" align="center" cellpadding="0" cellspacing="4">
    <tr bgcolor="#f5f5f5"> 
      <td colspan="2" align="center"> 
         <%if session("admin")<>"smallstick" then%>
<table width="100%" border="0" class=log_titlewidth="100%">
          <tr> 
            <td width="64%" align="right"><strong>管 理 员 登 陆</strong> </td>
            <td align="right">[<a href="index.asp">返回首页</a>]</td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td width="126" height="25" align="right" valign="middle">用户名:</td>
      <td height="25"> 
		<input name="admin" type="text" class=ipt id="username" size="15" maxlength="14"></td>
    </tr>
    <tr> 
      <td height="25" align="right">密&nbsp; 码:</td>
      <td height="25"> 
		<input name="password" type="password" class=ipt id="password" size="15" maxlength="14"> 
      </td>
    </tr>
    <tr> 
      <td height="30" colspan="2" align="center"> <input name="Submit" type="submit" class=log id="Submit" value="确定"> 
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
		<input name="Submit2" type="reset" class=log id="Submit2" value="重置"> 
      </td>
    </tr>
  </table>
</form>
<p align="center"><%else%>您已登陆成功!<a href="index.asp">返回首页</a>  <%end if%>

</td>
</tr>
</table>
</div>
<!--#include file="copyright.asp"-->

⌨️ 快捷键说明

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