看板 Browsers 關於我們 聯絡資訊
※ [本文轉錄自 Web_Design 看板] 作者: ZC (***********************) 看板: Web_Design 標題: [問題] Fx3彈出視窗無法隱藏網址列? 時間: Mon Jun 23 16:17:02 2008 參考 http://www.w3schools.com/HTMLDOM/met_win_open.asp 以下這段程式在Fx2的時候,不會顯示網址列(就算不加location=no也行) 但是到了Fx3後卻依然會顯示網址列。 請問這是Fx3針對安全性而做的改變嗎? 或者說我哪邊弄錯了呢?謝謝回答。 <html> <body> <script type="text/javascript"> myWindow=window.open('','','location=no,width=200,height=100'); myWindow.document.write("This is 'myWindow'"); myWindow.focus(); </script> </body> </html> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 60.250.164.201 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 60.250.164.201