Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file download

Status
Not open for further replies.

mgid

Programmer
Oct 2, 2000
87
0
0
US
This is probably pretty basic, but I have little experience with client-side scripting. I am trying output a csv file to the client without going back to the server.

The scenario is something like:

1. User requests data.
2. Data is displayed.
3. User wants to download data.
4. Download data to the user using entirely client-side scripting.

I have it working by making a trip back to the server and streaming the content back as excel or csv. Any help is appreciated. I am using ASP for database access and iis 4/5 on win 2000. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top