一步操作 簡單
function openWindow() { ?var xinde=confirm("是否要打開新的網(wǎng)頁?"); ?if(xinde==true) ? ?{ ? ? ? window.open('http://idcbgp.cn/','_blank','width=400,height=500,menubar=no,toolbar=no'); ? } ? else ? { ? ? ? alert("on"); ? } }
function openWindow() { ?var xinde=confirm("是否要打開新的網(wǎng)頁?"); ?if(xinde==true) ? ?{ ? ? ? window.open('http://idcbgp.cn/','_blank','width=400,height=500,menubar=no,toolbar=no'); ? } ? else ? { ? ? ? alert("on"); ? } }
2017-03-17
舉報
2017-03-17
在body里面添加這樣的一句就可以了
2017-03-17
是的,必須要添加
2017-03-17
按鈕里添加了點擊事件嗎?onclick="openWindow()"?