index.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:2k
源码类别:

多媒体编程

开发平台:

ASP/ASPX

  1. <!--#include file="users.asp" -->
  2. <!--#include file="config.asp" -->
  3. <!--#include file="../md5.asp" -->
  4. <!--#include file="function.asp" -->
  5. <%
  6. iperr()
  7. if request.form("username")<>"" then
  8. index_creak()
  9. response.end
  10. end if
  11. %>
  12. <!--#include file="code.asp" -->
  13. <center>
  14. <table border="0" width="100%" cellspacing="3" cellpadding="3">
  15. <tr>
  16. <td align=center valign=middle class=shadow2>
  17. <br>
  18. <h1>管理员 登录</h1>
  19. <br><br>
  20. </td></tr>
  21. <tr><td align=center valign=middle class=shadow2>
  22. <form action=index.asp method=post>
  23. 用户名: <input type=text size=15 maxlength=50 name=username value='' class=border>
  24. 密码: <input type=password size=15 maxlength=50 name=password class=border>
  25.           附加码: 
  26.           <input name=copyid type=text class=border id="copyid" size=4 maxlength=4>
  27.           <input type=submit value="登 录" name=send class=border>
  28. <input type=reset value="重 填" class=border>
  29.           <span style="background-color: #FFFFFF"><%index_copyid()%></span><br>
  30.           <br>
  31. 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">不保存
  32. </form><br>如果以登陆并保存过COOKIES<a href="list.asp">请点击进入→</a>
  33. </td></tr>
  34. <tr><td align=center valign=middle class=shadow2>
  35. <br><br>请打开浏览器的COOKIE选项<br><br><b><a href="../">返回</a>        <a href=javascript:window.close()>关  闭  窗  口</a><b><br><br><br><br>
  36. </td></tr>
  37. </table>
  38. </center>
  39. </body>
  40. </html>