regs.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:3k
源码类别:
多媒体编程
开发平台:
ASP/ASPX
- <!--#include file="db/user.asp" -->
- <!--#include file="config.asp" -->
- <!--#include file="md5.asp" -->
- <!--#include file="function.asp" -->
- <%iperr()%>
- <html>
- <head>
- <meta http-equiv="Content-Language" content="zh-cn">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title><%=strHomepage_1%></title>
- <style type="text/css">
- <!--
- body, p, td, tr, input, textarea, select {cursor:default; font-size:9pt; color:#006D91}
- a:link {text-decoration:none; color:#006D91}
- a:visited {text-decoration:none; color:#006D91}
- a:active {text-decoration:none; color:#006D91}
- a:hover {text-decoration:none; color:#888888}
- input, textarea, select {border-style:solid; border-width:1; cursor:default; color:#006D91; background-color:#EFEFEF}
- body {
- scrollbar-face-color:#E1E1E1;
- scrollbar-highlight-color:#E1E1E1;
- scrollbar-shadow-color:#8C8C8D;
- scrollbar-arrow-color:#8C8C8D;
- scrollbar-base-color:#EFEFEF;
- scrollbar-track-color:#EFEFEF;
- scrollbar-darkshadow-color:#EFEFEF;
- }
- textarea {
- scrollbar-face-color:#E1E1E1;
- scrollbar-highlight-color:#E1E1E1;
- scrollbar-shadow-color:#8C8C8D;
- scrollbar-arrow-color:#8C8C8D;
- scrollbar-base-color:#EFEFEF;
- scrollbar-track-color:#EFEFEF;
- scrollbar-darkshadow-color:#EFEFEF;
- }
- .shadow {FILTER: dropshadow(color=#444444,offx=1,offy=1,positive=1)}
- .input {
- margin: 1px;
- padding: 1px;
- border: 1px solid #000000;
- }
- .table {
- margin: 1px;
- padding: 1px;
- border: 1px solid #000000;
- }
- .input2 {
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #000000;
- }
- .body {
- font-size: 9px;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- }
- -->
- </style>
- <base onmouseover="window.status='<%=strEstate_1%>';return true">
- </head>
- <body bgcolor="#DDDDDD" topmargin="5" leftmargin="5">
- <div align="center">
- <center>
- <table border="1" cellpadding="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#006D91" width="300" height="21">
- <tr>
- <td width="100%" background="../mb/images/21.gif" align="center">
- <p style="margin-top: 2"><%
- select case request("post")
- case "reg"
- strRegtitle="用 户 注 册"
- case "log"
- strRegtitle="用 户 登 陆"
- case "lost"
- strRegtitle="找 回 密 码"
- case "edit"
- strRegtitle="修 改 资 料(答案已加密,若要修改请清空重写)"
- case "help"
- strRegtitle="帮 助 系 统"
- case else
- strRegtitle="操 作 信 息"
- end select
- response.write(strRegtitle)
- %></td>
- </tr>
- <tr>
- <td width="100%" bgcolor="#FBFBFB">
- <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"><%reg()%></table>
- </td>
- </tr>
- </table>
- </center>
- </div>
- </body>
- </html>