function topLoginFormCheckData(thisForm){ //用户名 var username = thisForm.username; if(topBASEtrim(username.value)=="" || topBASEreal_len(username)<4 || topBASEreal_len(username)>30 ){ alert("请正确输入用户名长度必需 6<= M <=30 !"); username.focus(); return false; } //密码 var userpassword = thisForm.userpassword; if(topBASEtrim(userpassword.value)=="" || topBASEreal_len(userpassword)<6 || topBASEreal_len(userpassword)>30){ alert("请正确输入密码长度必需 6<= M <=30 !"); userpassword.focus(); return false; } return true; } function topBASEtrim(str){ lIdx=0;rIdx=str.length; if (topBASEtrim.arguments.length==2) act=topBASEtrim.arguments[1].toLowerCase() else act="all" for(var i=0;i127){ real_len=real_len+2; } else{ real_len++; } } return(real_len); } document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write('
');