為什么無(wú)論我輸入別的什么網(wǎng)址,都彈出的404頁(yè)面??
<script?type="text/javascript">?? ????function?openWindow(){ ????var?a?=?confirm("確定打開(kāi)新串口么"); ????if(a==true){ ????????window.open(prompt("要打開(kāi)的網(wǎng)址:"???,"idcbgp.cn/learn/36"),'_blank','width=400px,height=500px,menubar=no,toolbar=no'); ????}else{ ????????alert("再見(jiàn)");? ????} ????//?新窗口打開(kāi)時(shí)彈出確認(rèn)框,是否打開(kāi) ????//?通過(guò)輸入對(duì)話框,確定打開(kāi)的網(wǎng)址,默認(rèn)為?http://idcbgp.cn/ ????//打開(kāi)的窗口要求,寬400像素,高500像素,無(wú)菜單欄、無(wú)工具欄。 ???? ????} ??</script>