function openWindow(){var pen=prompt("确认新建窗口打开网站吗?","http://www.imooc.com/");if(pen==true){window.open("http://www.imooc.com/","_blank",'width=400px,height=500px,menubar=no,toolbar=no'); } else{alert("再见!");}}
添加回答
举报
0/150
提交
取消