改來改去看了半天不知道哪里錯(cuò)了,點(diǎn)取消就是不會(huì)彈出再見
? ? function openWindow(){
? ? ?var check=confirm('確認(rèn)打開嗎?');
? ? ?if (check==true)
? ? ?{var creatnew=prompt('請(qǐng)輸入打開的網(wǎng)址:','http://idcbgp.cn/');
? ? ?if (creatnew!==null){window.open(creatnew,'_blank','width=400px,height=500px,menubar=no,toolbar=no');}
? ? ?else {alert("再見86");} ? ??
? ? ?}
? ? ?else
? ? ?{alert("再見");} ? ??
? ? ?}
? ?
2016-03-09
if(creatnew!==null)這里要換成!=而不是!==