Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

local links not working

  • 1 cavab
  • 5 have this problem
  • 4 views
  • Last reply by cor-el

more options

I have set up a small, simple Intranet in our offices. The pages in the Intranet need to include links to local documents like Word files, Excel files, PDF files, etc.

I cannot get the links to work by clicking them. If I Shift-Alt-Click I get a message asking if I want to Open or Save the file. My code is:

<a href="file:///n:/folder/document.doc">Document Title</a>

Clicking the link results in no response from the browser. This also does not work in Google Chrome or Opera. However, it works in IE8.

I have researched the web and the only solutions I have found are related to accessing local files from the Internet, not locally. Nothing I have tried has worked.

I have set up a small, simple Intranet in our offices. The pages in the Intranet need to include links to local documents like Word files, Excel files, PDF files, etc. I cannot get the links to work by clicking them. If I Shift-Alt-Click I get a message asking if I want to Open or Save the file. My code is: '''<a href="file:///n:/folder/document.doc">Document Title</a>''' '''Clicking the link results in no response from the browser.''' This also does not work in Google Chrome or Opera. However, it works in IE8. I have researched the web and the only solutions I have found are related to accessing local files from the Internet, not locally. Nothing I have tried has worked.

All Replies (1)

more options

See http://kb.mozillazine.org/Links_to_local_pages_do_not_work

Are there any error messages in the Tools > Error Console?

Firefox won't open .doc files from Word or other MS products and will offer to save the file or open with another application. IE can display such a file as being part of Windows and know about MS files from other MS applications, so you most likely can't use such a link in browsers other than IE.