index.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:2k
源码类别:
多媒体编程
开发平台:
ASP/ASPX
- <!--#include file="users.asp" -->
- <!--#include file="config.asp" -->
- <!--#include file="../md5.asp" -->
- <!--#include file="function.asp" -->
- <%
- iperr()
- if request.form("username")<>"" then
- index_creak()
- response.end
- end if
- %>
- <!--#include file="code.asp" -->
- <center>
- <table border="0" width="100%" cellspacing="3" cellpadding="3">
- <tr>
- <td align=center valign=middle class=shadow2>
- <br>
- <h1>管理员 登录</h1>
- <br><br>
- </td></tr>
- <tr><td align=center valign=middle class=shadow2>
- <form action=index.asp method=post>
- 用户名: <input type=text size=15 maxlength=50 name=username value='' class=border>
- 密码: <input type=password size=15 maxlength=50 name=password class=border>
- 附加码:
- <input name=copyid type=text class=border id="copyid" size=4 maxlength=4>
- <input type=submit value="登 录" name=send class=border>
- <input type=reset value="重 填" class=border>
- <span style="background-color: #FFFFFF"><%index_copyid()%></span><br>
- <br>
- COOKIES保存选项:<input type="radio" value="day" name="cookies">一天<input type="radio" value="month" name="cookies">一个月<input type="radio" value="year" name="cookies">一年<input type="radio" value="no" checked name="cookies">不保存
- </form><br>如果以登陆并保存过COOKIES<a href="list.asp">请点击进入→</a>
- </td></tr>
- <tr><td align=center valign=middle class=shadow2>
- <br><br>请打开浏览器的COOKIE选项<br><br><b><a href="../">返回</a> <a href=javascript:window.close()>关 闭 窗 口</a><b><br><br><br><br>
- </td></tr>
- </table>
- </center>
- </body>
- </html>