var myWeb=prompt("please input your web","http://www.baidu.com")
? if(myWeb!=null&myWeb!="")
? ? ? ? {
? ? ? ? ? window.open( myWeb,'_blank','width=400,height=500,toolbar=no,menubar=no')
? ? ? ? }
? ? ? ??
為什么輸入后無法顯示
? if(myWeb!=null&myWeb!="")
? ? ? ? {
? ? ? ? ? window.open( myWeb,'_blank','width=400,height=500,toolbar=no,menubar=no')
? ? ? ? }
? ? ? ??
為什么輸入后無法顯示
2017-03-21
舉報
2017-03-21
被瀏覽器攔截了,點擊瀏覽器左上角,改為允許頁面打開就好