2 回答window.open('url','_blank','width=400px,height=500px,top=200px,left=200px,menubar=no,toolbar=no');
4 回答window.open('http://www.xianlaiwan.cn','_blank','width=300,height=200,menubar=no,toolbar=no, status=no,scrollbars=no')在這里scrollbars=no,為什么還是有滾動條出現?
1 回答function openWindow(); var mymessage=confirm(“確定打開新窗口嗎”); if(mymessage==true) { window.open('http//www.xianlaiwan.cn','_blank','width=400,height=500,menubar=no,toolbar=no, status=no,scrollbars=yes');
2018-05-24
我覺得 這里這個url是一個變量 里面存的是一個網址 新窗口打開的網址
2018-05-24
url是跳轉頁面的地址