Loading

Tag Archives: path

Firefox and file:// Windows UNC paths

The correct way to write a link to a Windows UNC path in HTML is to use this syntax: file://///servername/share/file.txt But if you try this using Firefox you will quickly find that this type of link only works when using a local html file. If you put the html file in a web server an [...]