I am using JavaScript to launch to an external browser window using window.open()
. On initial launch from my application the window opens fine in Internet Explorer 11, however, when I close the window and try to open it immediately again I get the following error:
If I wait ~10 seconds and try it again after closing the window, the error does not appear.
Has anybody here see this error before and knows what might be causing it? Is there a possible solution? I've tried disabling the popup blocker but to no avail.