Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6892519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:32:43+00:00 2026-05-27T06:32:43+00:00

So, in my application the user can export their work to excel. It works

  • 0

So, in my application the user can export their work to excel.

It works by opening a popup window (window.open(...)) which the parent then writes the data to a form, then posts the form back to the server.

The server generates the file, and streams it back down to the popup window where a download dialog appears. It also writes a cookie with a token.

This token, is unique to each download popup window, and when a window sees that cookie (Checking regularly) it closes itself with window.close() as the user has received the file download prompt.

This works great in IE7 and IE8

However, because IE9 decided to get rid of the dialog and replace it with an infobar, the window closes before the user can take action to download, and if they do click it, they never know when it’s done without opening the downloads dialog manually.

As a temporary solution, the popup is no longer closed.

However, I want to be able to close it for the user as once their download has started it’s completely useless to them.

How can I close this window and still be able to alert the user in IE9 that their download is complete and can be opened?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:32:43+00:00Added an answer on May 27, 2026 at 6:32 am

    I did something like that just a little while ago. My solution was to get rid of the window.open and instead use Content-Disposition to coerce the browser to download the document instead of opening it.

    Change your server code to insert this HTTP header before generating the Excel document, and then change all download buttons/links to ordinary links like <a href="server/document">Download the report as Excel</a>

    Content-Disposition: attachment; filename=someFilename.xls
    

    EDIT: Sorry, I missed the part with the five minute rendering time.

    You could still use Content-Disposition for this with just a dash of Javascript. Have the server report back when the document is generated. Then just close the window opened by window.open, and have the main window load the document that has the Content-Disposition header.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

User can switch active application by Alt+Tab or by clicking on their icons in
I have a Grail application under Groovy. I export an Excel file. I can
In my application user can add there reminder for the specific day and reminder
I'm making a small tool application that user can minimize in the taskbar .
I have an view-based application where the user can do a lot of customization
I'm creating a Java application where the user can search through a list of
Currently I have a web application where a user can use dropdown lists to
In a rather simple ASP.NET application where the user can upload a image, mostly
I am trying to create an iPhone application where the user can add entries.
I have a flashlite3 application with navigation consisting of icons the user can browse

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.