na li cuo le ?
function openWindow(){
var m=confirm("Are you sure?");
if(m==ture)
{
var n=prompt("通过输入对话框,确定打开的网址","http://www.imooc.com/");
if(n!=null)
{ window.open(n,"_blank","width=400px,height=500px,menubar=no,toolbar=no");
}
else
{ alert("wu");}
}
else
{ alert("wu");}
}