I am trying to make a jsp page that lets user to download a .csv file. It wors fine on FF, chrome and IE10, i.e, it opens a popup to give the user the option to download/save the file. But in IE8 and safari the csv file open in the browser. How do I make it work. The code that I have is
onclick="window.location.href='../sample/SampleImport.csv'; return false;" />
Thank you in advance