document.writeln('
'); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
用户名:
密 码:
记住密码 
注册新用户 忘记密码
'); var url=top.location.href+'?'; if(document.getElementById('return')) { document.getElementById('return').value=url; } /* var url=top.location.href+'?'; if(document.getElementById('return')) { document.getElementById('return').value=url; } */ urlarray = url.split("&"); if(urlarray[1]) { if(urlarray[1]=='flag=1?') { alert('用户名和密码不匹配,请重新输入!'); } if(urlarray[1]=='flag=2?') { alert('该帐号已经被删除!'); } window.location.href=urlarray[0].replace("?",""); }