Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

local links not working

  • 1 antwurd
  • 5 hawwe dit probleem
  • 4 werjeftes
  • Lêste antwurd fan 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.

Alle antwurden (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.