本地网络共享的 HTML 链接

发布于 2024-08-05 18:09:43 字数 325 浏览 5 评论 0 原文

为什么这些链接不起作用?如果我在 FF 或 Chrome 中点击它们,什么也不会发生 - 它甚至不会尝试打开它们!

<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>

有什么想法吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

还给你自由 2024-08-12 18:09:43

一般来说,这是禁用的,因为它存在安全风险。另请参阅这个问题:
跨浏览器链接到本地​​系统上的文件,以及sleske 提供的链接 这里

In general, this is disabled because it is a security risk. See also this question:
Cross-browser link to file on local system, and the link provided by sleske to here.

护你周全 2024-08-12 18:09:43

这是一个老事,但好东西——仍然经常出现。

两种浏览器(FireFox 和 Chrome)都有扩展程序可以让您访问本地链接:

Chrome - 本地链接

Firefox - 本地链接

This is an oldie, but goodie -- still comes up quite often.

There are extensions for both browsers (FireFox & Chrome) that can allow you to access local links:

Chrome - Locallink

Firefox - LocalLink

擦肩而过的背影 2024-08-12 18:09:43

Peter 已经找到了答案,但仅供参考,您应该在 FF 的错误控制台(可从“工具”菜单中找到)中找到类似以下内容的内容:

安全错误:http://localhost/temp/a.html 上的内容可能无法加载或链接到 file:///C:/Documents%20and%20Settings/zzzzzzzz/My%20Documents/www/temp/box.html。

Peter's got the answer, but FYI you should find something like the following in FF's Error Console (available from the Tools menu):

Security Error: Content at http://localhost/temp/a.html may not load or link to file:///C:/Documents%20and%20Settings/zzzzzzzz/My%20Documents/www/temp/box.html.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文