O
Onin Tayson
Hi All,
I have an ASP page that is sent a file location as a parameter. It opens
this file, loads the ADODB.Stream object and does a binary write to the page
forcing the download dialog to appear. If the user selects "Open", "Save"
or "Cancel", the window closes, which is the desired behavior. This all
works fine, until I installed Windows XP SP2. The newly created browser
window remains open after clicking one of the buttons. I've tried a number
of things to get the window to close automagically, but nothing has worked
so far.
I'm calling the ASP page using window.open() because any error encountered
while trying to load the file should display the message to the newly
created window. Please see this link
(http://www.aspfaq.com/show.asp?id=2161#) for reference.
Any help will be greatly appreciated!
Thanks,
I have an ASP page that is sent a file location as a parameter. It opens
this file, loads the ADODB.Stream object and does a binary write to the page
forcing the download dialog to appear. If the user selects "Open", "Save"
or "Cancel", the window closes, which is the desired behavior. This all
works fine, until I installed Windows XP SP2. The newly created browser
window remains open after clicking one of the buttons. I've tried a number
of things to get the window to close automagically, but nothing has worked
so far.
I'm calling the ASP page using window.open() because any error encountered
while trying to load the file should display the message to the newly
created window. Please see this link
(http://www.aspfaq.com/show.asp?id=2161#) for reference.
Any help will be greatly appreciated!
Thanks,