I've a problem with Firefox or MS Office maybe both of them. Our firm has an Intranet and publishes some documents via Intra.

MS Office 2007 is used to create document templates and stored as "file://depo/ISO9001//Form/_Form.xlt, _Form.dot" in the server. Unfortunately Firefox can't open these templates or downloads over Intra.

Is there any solution to this issue? I don't want to use Firefox after IE after Firefox.

Many thanks and any help will be appreciated.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

If you're linking to a file in a UNC path (e.g., \servername\share\file.ext), you will need to specify the path like this:

file://///servername/share/file.ext

Yes, those are 5 slashes.

More info: http://kb.mozillazine.org/Firefox_:_Issues_:_Links_to_Local_Pages_Don%27t_Work

link|improve this answer
Must this change be done in Intra web page or I can do it by myself? – evowinds Apr 6 '10 at 10:49
feedback

A .xlt file is an Excel template and a .dot is a Word template. These are templates for new documents in the respective programs.

To open the files as web pages for reading in Firefox, you need to select File -> Save as -> Web page.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.