Permission denied on IE using window.open()?

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-07T22:30:03Z Indexed on 2010/05/07 22:38 UTC
Read the original article Hit count: 197

Hello all,

IE is giving me a permission denied error when I use window.open to open a window from a browser button. I do not get the error in Firefox or Chrome. What do I do?

The code:

<button type="button" onClick="window.open('https://www.example.com','newWindow');">
My button
</button>

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about internet-explorer