<锚链接到本地​​文件? (DEAD LINK在 FireFox 中不起作用,但在 IE 中起作用)

发布于 2024-10-13 11:50:26 字数 388 浏览 2 评论 0 原文

该Java代码

"<a href='file:///" + curBP.get_build_path() + "'>" + curBP.get_build_path() + "</a>"

被输出到浏览器。

在该页面上,HTML 为:

<a href="file:///\\path\to\shared\file">Shared File</a>

但是,它不会打开该文件。我尝试了无数其他斜线组合,但都无济于事。在 FireFox 中,它的作用类似于死链接,不会打开文件。在 IE 中,它可以工作。

知道如何让它在 FireFox 中工作吗?谢谢!

This Java code,

"<a href='file:///" + curBP.get_build_path() + "'>" + curBP.get_build_path() + "</a>"

is outputted to the browser.

On the page, the HTML is:

<a href="file:///\\path\to\shared\file">Shared File</a>

However, it does not open the file. I've tried countless other combinations of slashes, but to no avail. In FireFox, it acts like a dead link and does not open the file. In IE, it works.

Any idea as to how to make it work in FireFox? Thanks!

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

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

发布评论

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

评论(2

最冷一天 2024-10-20 11:50:26

坏消息:Firefox 已经修复了一个安全漏洞:

http://www.techlifeweb.com/firefox/2006/07/how-to-open-file-links-in-firefox-15.html

它需要用户< /em> 修改本地文件以允许 file:// url。

Bad news: Firefox has closed a security hole:

http://www.techlifeweb.com/firefox/2006/07/how-to-open-file-links-in-firefox-15.html

It requires the user to modify a local file to allow file:// urls.

雨的味道风的声音 2024-10-20 11:50:26

当您使用反斜杠 {} 时,您正在调用 Windows 资源管理器。并且IE与Windows资源管理器集成,FF未集成

When you use backslashes {} , you're calling Windows Explorer. And IE is integrated with Windows Explorer, FF not integrated

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