The browser is only going to download one file at a time. You can create a
zip file with the 2 files in it. You can create an installation file
(executable) that contains both files and installs them. Or you can create
an ActiveX control or Java Applet (or SWF) that does the work in the
browser.
--
HTH,
Kevin Spencer
Microsoft MVP
Chicken Salad Surgery
Orange you bland I stopped splaying bananas?
"Gary" <gary.homewood@gmail.comwrote in message
news:1155820892.212829.110900@p79g2000cwp.googlegr oups.com...
Quote:
Hi
>
I'm using client-side JavaScript to set window.location.href to an
ASP.NET page that outputs an audio file; the user is prompted for the
download location. I would also like to download an XML file when the
audio file has finished downloading. I've been experimenting with
opening a new window for the XML download, but it doesn't seem like a
very good solution. Any ideas?
>