感觉没有问题啊,就是运行不出来
function openWindow()
{
var open=confirm("是否打开网页?");
if(open==true)
{var ulr=prompt("是否打开该网页?","http://www.imooc.com/");
if(url!=null)
window.open('http://www.imooc.com/','_blank','width=400px,height=500px,menubar=no,toolbar=no');
else
alert("再见!");
else
alert("再见!");
}
}