This has to be something simple that I am overlooking, but I have the following code that is driving me crazy.
<a href="excel.xls" target=_blank>Excel file</a>
I am just trying to open an excel file in a new window, the new window opens however IE attempts to translate the file into html, because all I get is garbage?
What am I missing? Can I not get Excel to open in IE like other applications like Acrobat Reader and Word? I could also live with the link launching Excel and opening that instead of within IE.
<a href="excel.xls" target=_blank>Excel file</a>
I am just trying to open an excel file in a new window, the new window opens however IE attempts to translate the file into html, because all I get is garbage?
What am I missing? Can I not get Excel to open in IE like other applications like Acrobat Reader and Word? I could also live with the link launching Excel and opening that instead of within IE.