這樣寫(xiě)的,對(duì)了嗎?
function openWindiw() { ? ? ? ?var message = confirm("是否打開(kāi)?"); ? ? ? ?if(message == true){ ? ? ? ? ? ?window.open("http://idcbgp.cn","_blank","width = 400,height = 500,toolbar = no,menubar = no,"); ? ? ? ?} ? ? ? ?else{ ? ? ? ? ? ?window.close(); ? ? ? ?} ? ? ? ? ? ? ? ? ? ? ? ?}
2016-02-01
這個(gè)我寫(xiě)不出來(lái)了 有點(diǎn)亂了 誰(shuí)寫(xiě)出來(lái)了 求教。。。
2016-01-31
function openWindow(){
? ? message=confirm("是否打開(kāi)?")
? ? if(message==ture){
? ? window.open('http://idcbgp.cn',?'_blank','width:400,height:500,menubar=no,toolbar=no')}
2016-01-31
錯(cuò)了,點(diǎn)擊左下角可以下看正確的