document.write('
您没有登陆
'); document.write(''); document.write(''); document.write('
门牌号:'); document.write('
密 码:
验证码:
'); document.write('
'); document.write(''); document.write('
没有登陆
'); var mywindow; function Login(){ if (frmLogin.ezid.value.length==0 || frmLogin.ezpass.value.length==0||frmLogin.verifycode.value.length==0) { alert("请完整填写!"); return false; } return true; } function show(id,id1) { mywindow= window.open('/web/html/'+id1+'/index_'+id+'.html','_blank','width=1024,height=590'); setTimeout('mywindow.document.getElementById("main").src="/web/myres.asp";',2000); } function show_zone(id,id1) { window.open('/web/html/'+id1+'/index_'+id+'.html','_blank','width=1024,height=590'); }