看看我的大家
function openWindow(){ var zhima=confirm("你確定要打開本網(wǎng)站嗎?"); ? if (zhima) { ? document.write("很好"); ? window.open(prompt("請確認(rèn)你的網(wǎng)址是否正確","http://idcbgp.cn/") ? ,"_blank","width=400px,height=400px"); ? } else{ ? kaimen.close(); ? } }
2019-10-29
function openWindow() {
????var url=prompt("是否打開","http://idcbgp.cn/qadetail/334303?lastmedia=1");
????if(url!=null) {
????????window.open(url,"_blank","wdith=400,height=500,menubar=no,toolbar=no");
????}
}