Hello all,
I have an asp database application that lets users generate dynamic reports about customers. They want to download these reports to their own computers for inclusion in paper reports and other uses.
The report is built using HTML tables. Using the file system object, it is a snap to save it to a location on the server for downloading.
However, IE insists on opening all .html, .rtf, and .txt files itself. Many of my users have trouble with the "save as" concept, so I want my users to get a download this file dialog. I want it to prompt for where to save MyReport.txt, instead of opening it.
Any ideas?
Thanks in advance.
Brian
I have an asp database application that lets users generate dynamic reports about customers. They want to download these reports to their own computers for inclusion in paper reports and other uses.
The report is built using HTML tables. Using the file system object, it is a snap to save it to a location on the server for downloading.
However, IE insists on opening all .html, .rtf, and .txt files itself. Many of my users have trouble with the "save as" concept, so I want my users to get a download this file dialog. I want it to prompt for where to save MyReport.txt, instead of opening it.
Any ideas?
Thanks in advance.
Brian