點擊確定后無法在新窗口打開慕課網的網址
function openWindow(){
??? var mymessage = confirm("是否打開窗口?");
??? if(mymessage==true)
??? {window.open('http://www.xianlaiwan.cn/','_blank','width=400px,heigth=500px,menubar=no,toolbar=no');}
??? else{document.write("您取消了窗口!");}
? }
將url換成http://www.baidu.com/后可正常在新的窗口打開對應網址的百度窗口,為啥慕課網的打不開?
2016-08-06
看你的代碼沒有問題,我試了一下可以正常打開慕課網的網址。沒有毛病。