document.write('
'); document.write('  用户名:'); document.write(' 密 码:'); document.write(''); document.write(' '); document.write('
'); var obj = document.getElementById("formforlogin"); function login(bnum) { if(bnum.value == '登陆交易区') { obj.action = 'http://www.yt168.net/login.asp?action=chk'; obj.submit(); } else { obj.action = 'http://bbs.cjiyou.net/login.asp?action=chk'; obj.submit(); } }