2
當我使用window.open從瀏覽器按鈕打開一個窗口時,IE給了我一個權限被拒絕的錯誤。我沒有在Firefox或Chrome中遇到錯誤。我該怎麼辦?使用window.open()在IE上拒絕權限?
代碼:
<button type="button" onClick="window.open('https://www.example.com','newWindow');">
My button
</button>
我收到了同樣的錯誤,你可以請提供任何例子或鏈接你在上面的回答已經解釋。即使在我的情況下,我需要打開新的窗口。我只在IE瀏覽器中獲得權限拒絕錯誤,而不是在Chrome或Firefox中。 – 2016-12-08 07:38:10