function openWindow()? ? {? ? ? ? var newwindow=confirm("open new page?");? ? ? ? if(newwindow==true);? ? ? ? {? ? ? ? ? ? document.write('點(diǎn)擊了確認(rèn)');? ? ? ? ? ? window.open('http://idcbgp.cn','_blank','height=500,width=400,menubar=no,toolbar=no');? ? ? ? }? ? ? ? else? ? ? ? {? ? ? ? ? ? document.write("點(diǎn)擊了取消!");? ? ? ? }}
請問,為什么我的點(diǎn)擊按鈕沒反應(yīng)?
WolfK
2018-12-15 17:19:08