*
* Email 请填写您注册时填写的Email
* 新登录密码
* 重复新密码  
* 验证码   function showcaptcha() { if(Dd('captchapng').style.display=='none') { Dd('captchapng').style.display=''; } if(Dd('captchapng').src.indexOf('loading.gif') != -1) { Dd('captchapng').src='https://www.lmyyzs.com/api/captcha.png.php?action=image'; } if(Dd('captcha').value=='点击显示') { Dd('captcha').value=''; } Dd('captcha').className = ''; } function reloadcaptcha() { Dd('captchapng').src = 'https://www.lmyyzs.com/api/captcha.png.php?action=image&refresh='+Math.random(); Dd('ccaptcha').innerHTML = ''; Dd('captcha').value = ''; } function checkcaptcha(s) { if(!is_captcha(s)) return; makeRequest('action=captcha&captcha='+s, AJPath, '_checkcaptcha'); } function _checkcaptcha() { if(xmlHttp.readyState==4 && xmlHttp.status==200) { if(xmlHttp.responseText == '0') { Dd('ccaptcha').innerHTML = '  '; } else { Dd('captcha').focus; Dd('ccaptcha').innerHTML = '  '; } } }
提示信息 提交后,系统将发送一封验证邮件至您的注册Email,请接收邮件完成验证
      
function check() { if(Dd('username').value.length < 1) { Dmsg('请填写名称', 'username'); return false; } if(Dd('email').value.length < 7) { Dmsg('请填写注册Email地址', 'email'); return false; } if(Dd('password').value.length > 20 || Dd('password').value.length < 6) { Dmsg('密码长度应为6-20字符', 'password'); return false; } if(Dd('password').value != Dd('cpassword').value) { Dmsg('两次输入的密码不一致', 'cpassword'); return false; } if(!is_captcha(Dd('captcha').value)) { Dmsg('请填写正确的验证码', 'captcha'); return false; } return true; }
 
if(document.body.clientHeight > Dd('main').scrollHeight) Dd('main').style.height=document.body.clientHeight+'px'; if(get_local('m_side') == 'Y' && Dd('side_oh').className == 'side_h') {Dh('side');Dd('side_oh').className = 'side_s';} var destoon_message = 0; var destoon_chat = 0; if($('#mini_profile').length > 0) { $('#my_profile').mouseover(function(){ $('#mini_profile').show('fast'); $('#my_profile').bind('mouseleave',function(){ $('#mini_profile').hide(); }); }); }