I'm trying to see if it is possible to convert a table on a page to a
csv and offer it to the user for download.  Obviously I could grab the
data and post it to the server for some aspx or php to revert it with
the correct content type (or even do it all server side in the 1st
place) but I am trying to figure out if there is a way to generate
this all client side.  The only bit I need to figure out is if it is
possible to create a popup with the right headers so the browser
treats it as a file download.

I have a nasty suspicion the answer may be "no" ...

Thx in advance

Andrew

Reply via email to