function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kartik_salesforcekartik_salesforce 

URGENT--Need to supress "Do you want to Open or save this file" for (CSV AND DOC FILES) in IE 8, IE 9 on Win XP and Win 7

In our Task in Salesforce we generate one CSV file and one doc file after one button click on salesforce screen. we need to download these two documents without the popup message "Do you want to Open or save this file"

can this be achieved using Apex Coding/Visualforce page .This happens on google chrome and we need that behaviour in IE  8,9 on Win XP and Win 7 .Kindly let me know

Thanks
Kartik
Satish_SFDCSatish_SFDC
I think this is a browser specific feature and cannot be changed.

However, i may be wrong. 

Regards,
Satish Kumar
DEBAJYOTI MONDALDEBAJYOTI MONDAL
Dear kartik,
This is totally Browser Specific Behaviour. You can't change it. But you can change the browser setting to achive the goal. But Hope this link might help you.:  http://superuser.com/questions/246553/how-to-disable-file-download-popup-in-internet-explorer

If the solution helps you don't forget to Mark this post as solution.

Thanks
Debajyoti