我就想到底哪里错了,为什么不行的!啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
function openWindow(){
var ttop=confirm(“新窗口打开时弹出确认框,是否打开?”);
if(ttop==true){
var oppo=prompt("请输入网址");
if(oppo!=null){
window.open('http://www.imooc.com','_black','width=600,height=200,top=100,left=0');}
else{alert("goodbye!");}
}
else{ alert("goodbye!");}
}