为什么默认网址不显示呢?
function openWindow(){
var opennew=confirm("yes or no");
if (opennew==true)
{
var newurl = prompt("open web page","http://www.imooc.com/");
}
else
{
return;
}
if(newnul!==null)
window.open([newurl],'_blank',"width=400,height=500","menubar=no","toolbar=no");
}
else{
document.write("hi")
}