• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML / JavaScript helps -- opening xml files...

Fullmetal Chocobo

Moderator<br>Distributed Computing
Moderator
I'm working on a little project for work, that basically is a front-end for opening all of the files that we might need. However, the files are opening up in IE, so that I don't have access to save the file. Also, all of the Excel tools are not there, as all of the tools are for IE...

Just wondering if someone could give some advice. I'll be researching this in the mean time. Thanks in advance...

 
is it an appache webserver?

if so, modify to the httpd.conf and add "AddType application/vnd.ms-excel .xls"

it solved an issue i was having about a year ago - i was generating an xls with php, and the browser kept opening the file instead of excel. solution might work for you too.
 
Back
Top