???function?openWindow(){
????????var?oPen=confirm("是否打開新窗口");
????????if(oPen==true){
????????????var?url=prompt("確定打開網(wǎng)址?","http://idcbgp.cn/");
????????????if(url!=null){
????????????????window.open(url,"_blank","width=400px,height=500px,menubar=no,toolbar=no");
????????????}
????????????else{
????????????????alert("結(jié)束");
????????????}
????????}
????????else{
????????????alert("結(jié)束");
????????}
????}
求助各位,怎么運行不了
qq_lhr_1
2017-02-26 16:59:08