Hi everyone,
I have an ASP.NET application which uses a Javascript event on a button click to open a popup window. The window initially loads 'about:blank' then I write HTML to it manually using a Javascript function. In 98% of cases this works fine, but just occasionally (and as far as I'm concerned with no other environmental variables changed) the script fails with an 'access denied' error when accessing the popup window. This would make sense if it happened all the time but it is only occasionally. Any ideas why? The app is running on an internal network is that helps?
I have an ASP.NET application which uses a Javascript event on a button click to open a popup window. The window initially loads 'about:blank' then I write HTML to it manually using a Javascript function. In 98% of cases this works fine, but just occasionally (and as far as I'm concerned with no other environmental variables changed) the script fails with an 'access denied' error when accessing the popup window. This would make sense if it happened all the time but it is only occasionally. Any ideas why? The app is running on an internal network is that helps?