站长答疑:(张先生) | 手机:18616712339 | 在线QQ: | . |
|
钮门快递软件 >> 快递网站制作 后台装修的会员注册页面代码 | 客户用电子邮箱(E-mail)注册网站会员,客户自己自助用邮箱链接激活,在EMMIS自动创建客户档案
用下面的会员注册代码的前提:
【1】您购买了后台装修业务。 【2】自动创建的客户档案的客户名称后面,会自动带有字母随机码 【3】代码有2个参数替换即可。一个是域名:www.ems-help.com,一个是WCID:ems-help ———————————————————— <script language="javascript"> function checkPWD() { if(the8Form.ConfirmPassword.value!= the8Form.pwd.value) { alert("两次填写的密码不一致,请重新输入。"); the8Form.pwd.focus(); return false; } } function checkForm() { the8Form.email.value=the8Form.ac.value; var repUnit = /^([A-Za-z]+\s?)*[A-Za-z]$/; var strUnit=the8Form.unit.value; var strUnit=strUnit.replace(/(^\s*)|(\s*$)/g,""); strUnit = strUnit.replace(/\s+/g," "); the8Form.unit.value=strUnit; var strAlias=the8Form.alias.value; strAlias=strAlias.replace(/(^\s*)|(\s*$)/g,""); strAlias = strAlias.replace(/\s+/g," "); the8Form.alias.value=strAlias; if(!repUnit.test(the8Form.unit.value)){ alert("First name 只能为英文字符,请重新输入。"); the8Form.unit.value=""; the8Form.unit.focus(); return false; } if(!repUnit.test(the8Form.alias.value)){ alert("Last Name 只能为英文字符,请重新输入。"); the8Form.alias.value=""; the8Form.alias.focus(); return false; } var oUnit=new Array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"); var str=""; var number=new Array(5); var i; for(i=0;i<5;i++) { number[i]=parseInt(Math.random()*26); str+=oUnit[number[i]]; } if(!the8Form.cbxNotice.checked) { document.getElementById("notice").style.display="block"; return false; } else {document.getElementById("notice").style.display="none"; } the8Form.unit.value+=" "+str; return true; } function checkEmail() { if(the8Form.ac.value != '') { if(!Isyx(the8Form.ac.value)){ alert("请输入正确的邮箱地址!") the8Form.ac.focus(); return false; } } } function Isyx(yx){ var reyx= /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(.[a-zA-Z0-9_-])+/; return(reyx.test(yx)); } </script> <table width="600" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left">1、没有注册费用和任何隐藏费用<br> 2、具有竞争力的运费费率和各项增值服务<br> 3、实时在线监督管理您的订单和运单,可同时对多票货物进行追踪查询<br> 4、随时查询在本网站的消费记录和结算情况<br> 5、各项环节都有电子邮件及时通知<br> 6、人民币或美元双币支付运费,目前支持支付宝、财付通和PayPal<br> <hr style="border-style: dotted; border-width: 1" color="#000000" noshade size="1"> <br><table width="98%" border="0" cellspacing="0" cellpadding="0"> <form method="post" action="http://www.ems-help.com.com/cgi-bin/GInfo.dll?MemberApply" id="the8Form" name="the8Form" onsubmit="return checkForm();" target="_blank"> <INPUT type=hidden value="ems-help" name="w"> <tr><td colspan="2">为了更好的为您服务,请<font color=red><b>如实填写注册信息</b></font>。</td></tr><tr><td width="130" height="25" align="right">创建会员帐号:</td> <td><input class="myinput2" name=ac id=ac onblur="checkEmail()"/> <font color="#FF0000" style="margin-left:5px; margin-right:3px;">*</font>请使用电子邮箱作为您的会员账号</td> </tr><tr><td width="130" height="25" align="right">初始密码:</td> <td><input class="myinput2" type=password name=pwd id=pwd /><font color="#FF0000" style="margin-left:5px; margin-right:3px;">*</font>至少四位(英文字母、符号或数字)</td></tr> <tr> <td height="25" align="right">确认密码:</td> <td><input class="myinput2" type="password" id=ConfirmPassword onblur="checkPWD();" /> <input name=email id=email type=hidden /> <input name=pname type="hidden" id=pname value="姓名" /></td> </tr><!--个人主页字段--><input type=hidden name=homepage /> <tr> <td height="25" align="right">First name:</td> <td><input name="unit" class="myinput2" id="unit"/> <font color="#FF0000" style="margin-left:5px; margin-right:3px;">*</font>只能为英文字符</td> </tr> <tr> <td height="25" align="right">Last Name:</td> <td><input name="alias" id="alias" class="myinput2" > <font color="#FF0000" style="margin-left:5px; margin-right:3px;">*</font>只能为英文字符</td> </tr><tr><td width="130" height="25" align="right">联系电话:</td> <td><input name=phone class="myinput2" /> <font color="#FF0000" style="margin-left:5px; margin-right:3px;">*</font>用于验证您的身份 </tr><tr><td width="130" height="25" align="right">性别:</td> <td><input name="gender" type="radio" value="1" checked="checked" />男士<input type="radio" name="gender" value="0" />女士</td></tr><tr><td width="130" height="25" align="right">联系地址:</td> <td height="25"><input class="myinput2" name=addr /><input name=pc type=hidden /><input type=hidden class=inputFormMember value=1972.12.09 name=birthday /><input type=hidden name=district value=中国 /></td></tr><tr><td width="130" align="right" valign="top">注册申请说明:</td> <td><textarea name=intro rows=8 cols=50 ></textarea></td></tr> <tr> <td> </td> <td><label> <input type="checkbox" value="checkbox" checked="checked" id=cbxNotice /> </label> 我已阅读并同意【<a href="http://www.fhlship.com/usfhlkd/25/d.htm" style="color:RED" target="_blank">用户协议</a>】 <div id="notice" style="display:none">请接受服务条款</div></td> </tr> <tr><td width="130"> </td> <td><table cellspacing="0" cellpadding="0" width="380" border="0"><tbody><tr><td width="120" height="50" align="right" valign="bottom"><span id="sb"><button title="提交申请" type="submit" value="提交申请">提交申请</button> </span></td><td width="50"></td><td valign="bottom" width="210"><button title="全部重写" type="reset" value="全部重写">全部重写</button></td></tr></tbody></table></td></tr></form></table></td> </tr> </table> 钮门快递软件|EMMIS[2014.05.09-23:14]编辑:钮门快递软件|EMMIS 访问:5338
※※相关信息专题※※ §钮门快递软件-高手应用 §快递物流网站功能接口展示 §GINFO常用源码 §后台装修
|
|
关于本网站
|
... |
物流查询工具
|
网站快速通道
|
其他服务与支持
|