HTML 文件 ://links : open in explorer from Chrome

标签 html file google-chrome explorer

我有一个带有这样链接的 html 文件:

<a href="N:\folder1\folder2">folder name</a>

我希望此链接打开资源管理器而不是基于自定义 chrome 文件 html 的浏览器。这适用于 IE 顺便说一句。

谢谢! 尼古拉斯。

最佳答案

对于 ChromeSafariOpera不可能,因为它们的安全模型。然而,对于 Chrome 有一些解决方案,因为它是可能的,但它有两个要求:

  1. 您需要让用户安装this Chrome extension
  2. 必须结束 https://

您可能会遇到 Firefox 的相同问题,因为它通常需要 LocalLink

Further reading

关于HTML 文件 ://links : open in explorer from Chrome,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19446357/

相关文章:

html - 自闭标签后的 Jade 内容

ios - iOS SDK部分文件读写

css - 带有 Slim 模板的 Sinatra——无法链接到 css 文件 : What is the path from a template file to a css file in the public directory?

javascript - 在 IntelliJ IDEA 中调试 JavaScript

css - 删除浏览器中滚动时的弹跳,位置 :fixed div 出现问题

html - Div 溢出滚动在 Chrome 中不起作用

javascript - 如何在 contenteditable div 中聚焦于 <p>

javascript - 如何将 Canvas 保存到图像对象?

css - 你如何在 Angular-UI-Bootstrap 中缩放轮播容器的大小

c++ - 如何在 C/C++ 中读取未知维度的数据文件