Hi,
I'm giving a user a link to download a csv file ...just using
Click <a href="report.csv">here</a> to download your file.
This text and link is being displayed in a small popup window - height 100 width 400.
If the user clicks "save" - then no problem then the file is saved to wherever they choose
If though they choose "open" the csv file is then displayed in the small popup window. Which isn;t what I want - I'd prefer excel to open and display the file in excel, or even disabling the "open" button may be a possible option.
Any ideas how I can achieve either?
Thanks,