點取消時候,會打開空的新網頁,怎么改呢?
?function openWindow(){
? ? ? ?var kopen = confirm("打開對話框嗎?");
? ? ? ?if(kopen==true){
? ? ? ?var say = prompt("請輸入要打開的網址"," http://www.xianlaiwan.cn");
? ? ? ?if(say!=0){
? ? ? ? ?window.open(say,'_blank','width=600px,height=500px,menubar=no,toolbar=no');
? ? ? ?}
? ?}
? ?}
2016-12-30
if(say != null)
2016-12-29
問題上面那個亂了,看評論的那個代碼,要怎么改呢?
2016-12-29