HTML links to local network shares [duplicate]
问题 This question already has answers here : Linking a UNC / Network drive on an html page (3 answers) Closed 3 years ago . Why do these links not work? If I click on them in FF or Chrome, nothing happens - it doesn't even try to open them! <a href="file://someshare/dir/subdir/file.txt">Linky</a> <a href="file:////someshare/dir/subdir/file.txt"> Linky</a> <a href="file://\\someshare\dir\subdir\file.txt">Linky</a> Any ideas? 回答1: In general, this is disabled because it is a security risk. See also