My application allows users to select parameters for a PowerPoint report, run the report, and then save or open the file. I've managed to get all of that working smoothly. However, when the report is generated in a pop-up window and finished, using "window.opener" to call a JavaScript method on the main page triggers a security message in Internet Explorer: "To help protect your security, Internet Explorer blocked this site from downloading files to your computer." Are there any workarounds for this issue?