function ClearSearch(txtString) { if (txtString== "邮箱或者ID登录") loginbox.userid.value= " "; } function checkform(){ if (document.loginbox.userid.value.length ==0){ alert("出错了,您没有填写用户名。"); document.loginbox.userid.focus(); return false; } if (document.loginbox.password.value.length==0){ alert("出错了,您没有填写密码。"); document.loginbox.password.focus(); return false; } return true; } 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('
注册为本站会员
'); document.write(''); document.write('
');