看看我的!
function openWindow(){ ?var p1; ?var con=confirm("是否打開新的窗口?"); ?if(con==true){ ? ? p1=prompt("請輸入您要打開的網(wǎng)址:","http://idcbgp.cn/"); ? ? if(p1==null){ ? ? ? ? p1="http://idcbgp.cn/"; ? ? ? ?} ? ?window.open(p1,'_blank','width=400,height=500,menubar=no,toolbar=no') ? ? ? ? ? ? ? ?} }
2016-12-19
膩害!