为什么设置了menubar=no却依然显示?
function openwindow(){
var yh =confirm("是否打开新的网站?");
if (yh==true)
{window.open('http://www.imooc.com/','menubar=no,toolbar=nowidth=400.height=1000,top=100,');}
else
{window.close();}
}
这是我的代码,哪里出错了?
function openwindow(){
var yh =confirm("是否打开新的网站?");
if (yh==true)
{window.open('http://www.imooc.com/','menubar=no,toolbar=nowidth=400.height=1000,top=100,');}
else
{window.close();}
}
这是我的代码,哪里出错了?
2016-11-21
举报