I have a web page which links to an excel 2007 worksheet. It is a .xls
file and not .xlsx
file. When I click on the link I get the usual dialog box to either open/save the excel file. On clicking 'Open', I get the following warning message-
The file you are trying to open, 'filename.xls' is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?
Can I some how suppress this warning message programmatically (i.e. to hide it or prevent it from showing up?) I'm using Coldfusion for web development.