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

多媒体编程

开发平台:

ASP/ASPX

  1. <!--#include file="db/user.asp" -->
  2. <!--#include file="config.asp" -->
  3. <!--#include file="md5.asp" -->
  4. <!--#include file="function.asp" -->
  5. <%iperr()%>
  6. <html>
  7. <head>
  8. <meta http-equiv="Content-Language" content="zh-cn">
  9. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  10. <title><%=strHomepage_1%></title>
  11. <style type="text/css">
  12. <!--
  13. body, p, td, tr, input, textarea, select {cursor:default; font-size:9pt; color:#006D91}
  14. a:link {text-decoration:none; color:#006D91}
  15. a:visited {text-decoration:none; color:#006D91}
  16. a:active {text-decoration:none; color:#006D91}
  17. a:hover {text-decoration:none; color:#888888}
  18. input, textarea, select {border-style:solid; border-width:1; cursor:default; color:#006D91; background-color:#EFEFEF}
  19. body {
  20. scrollbar-face-color:#E1E1E1;
  21. scrollbar-highlight-color:#E1E1E1;
  22. scrollbar-shadow-color:#8C8C8D;
  23. scrollbar-arrow-color:#8C8C8D;
  24. scrollbar-base-color:#EFEFEF;
  25. scrollbar-track-color:#EFEFEF;
  26. scrollbar-darkshadow-color:#EFEFEF;
  27. }
  28. textarea {
  29. scrollbar-face-color:#E1E1E1;
  30. scrollbar-highlight-color:#E1E1E1;
  31. scrollbar-shadow-color:#8C8C8D;
  32. scrollbar-arrow-color:#8C8C8D;
  33. scrollbar-base-color:#EFEFEF;
  34. scrollbar-track-color:#EFEFEF;
  35. scrollbar-darkshadow-color:#EFEFEF;
  36. }
  37. .shadow {FILTER: dropshadow(color=#444444,offx=1,offy=1,positive=1)}
  38. .input {
  39. margin: 1px;
  40. padding: 1px;
  41. border: 1px solid #000000;
  42. }
  43. .table {
  44. margin: 1px;
  45. padding: 1px;
  46. border: 1px solid #000000;
  47. }
  48. .input2 {
  49. border-bottom-width: 1px;
  50. border-bottom-style: solid;
  51. border-bottom-color: #000000;
  52. }
  53. .body {
  54. font-size: 9px;
  55. font-style: normal;
  56. font-weight: normal;
  57. font-variant: normal;
  58. }
  59. -->
  60. </style>
  61. <base onmouseover="window.status='<%=strEstate_1%>';return true">
  62. </head>
  63. <body bgcolor="#DDDDDD" topmargin="5" leftmargin="5">
  64. <div align="center">
  65.   <center>
  66.   <table border="1" cellpadding="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#006D91" width="300" height="21">
  67.     <tr>
  68.         <td width="100%" background="../mb/images/21.gif" align="center">
  69. <p style="margin-top: 2"><%
  70. select case request("post")
  71. case "reg"
  72. strRegtitle="用 户 注 册"
  73. case "log"
  74. strRegtitle="用 户 登 陆"
  75. case "lost"
  76. strRegtitle="找 回 密 码"
  77. case "edit"
  78. strRegtitle="修 改 资 料(答案已加密,若要修改请清空重写)"
  79. case "help"
  80. strRegtitle="帮 助 系 统"
  81. case else
  82. strRegtitle="操 作 信 息"
  83. end select
  84. response.write(strRegtitle)
  85. %></td>
  86.     </tr>
  87.     <tr>
  88.       <td width="100%" bgcolor="#FBFBFB">
  89.       <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"><%reg()%></table>
  90.       </td>
  91.     </tr>
  92.   </table>
  93.   </center>
  94. </div>
  95. </body>
  96. </html>