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