为嘛我的新网页打不开?
function openWindow()
{var DConfirm=confirm("请确认是否打开?");
// 新窗口打开时弹出确认框,是否打开
if(DConfirm==true)
{var textCon=prompt("输入“Y”,则打开默认网站!");
if(textCon==true)
{window.open('http://www.imooc.com/','_blank','width=400px,height=500px,menubar=no,toolbar=no')} else{null} }
else{null}