代码输入了 为什么status=no 的时候是新窗口显示一个页面 当status=yes的时候是在当前窗口显示一个页面啊???
function Wopen(){
var mymessage=confirm("是否打开慕课网");
if(mymessage==true)
{
window.open('http://www.imooc.com','_blank','width=600,height=400,menubar=yes,toolbar=yes, status=no,scrollbars=yes,top=100,left=0px')
}
else
{alert ("打开失败");
}
}
status= { yes/no/1/0 } 是否显示窗口状态条