var box = new LightBox("idBox"); document.writeln(""); document.writeln("
"); document.writeln("
  • 会员名:   <\/li>"); document.writeln("
  • 密 码:   <\/li>"); document.writeln("
  • "); document.writeln("<\/li>") document.writeln("
  • 忘记密码?<\/a><\/li>"); document.writeln("<\/form>"); function check_login(form){ if(!form.username.value || !form.pwd.value){alert("用户名和密码必须填写");return false;} return true; } document.getElementById("idBoxRegister").onclick = function(){ document.getElementById("boxName").innerHTML="会员注册"; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="×"; document.getElementById("showiframe").src="//box6js.nicebox.cn/exusers/register.php?id=15450"; box.Show(); } document.getElementById("idBoxFpass").onclick = function(){ document.getElementById("boxName").innerHTML="忘记密码"; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="×"; document.getElementById("showiframe").src="//box6js.nicebox.cn/exusers/forget.php?id=15450"; box.Show(); }