function openwindow(){ var bob=confirm("是否打开"); var box=prompt("请输入网址", " http://www.imooc.com/")if(bob==true&&box=="http://www.imooc.com"){ window.open('bob,-blank,width=400,height=500,mumbar=no,toolbar=no') } else{alert("你没有打开窗口!") document.write("你为啥不打开慕课网?") }
添加回答
举报
0/150
提交
取消