从 XPSP2 启动本地文件夹/IE8

发布于 2024-08-09 07:32:04 字数 390 浏览 3 评论 0原文

我们有一个内部网,通常提供适用于整个公司的所有信息/文档(员工手册、会议记录等)。

其中大部分工作是通过让 Web 服务器解析文件夹并将文件呈现给用户来完成的。

本例中的问题是最新文件夹仅限于某些用户。由于 Kerberos 目前不是一个选项,我打算回避这个问题,只插入一个打开 UNC 路径的链接:

file://\Server\SecureFolder\

我刚刚发现自 XPSP2 以来,这还没有标准 HTML/JS 是不可能的。

有谁知道还有另一种方法可以做到这一点?它是内部的,所以我对网络服务器有很多控制权(但域配置的更改必须是合理的)

我想知道是否有像 .Net 或 ActiveX [颤抖] 解决方案或类似的东西?

预先感谢您的任何帮助。

We've got an intranet which normally serves all info/documents that appl to the whiole company (employee handbooks, minutes, etc...)

Most of these work by having the web server parse a folder and present the files to the user.

The problem in this case is that the latest folder is restricted to cerain users. As Kerberos is not currently an option, I was planning to side-step the issue and just insert a link which opens up a UNC path:

file://\Server\SecureFolder\

I've just found out that since XPSP2 this hasn't been possible with standard HTML/JS.

Does anyone know of a nother way this can be done? It's internal so I've got a lot of control over the webserver (but domain config changes will have to be justified)

I'm wondering if there's something like .Net or an ActiveX [shudder] solution or similar?

Thanks in advance for any help.

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

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

发布评论

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

评论(1

永不分离 2024-08-16 07:32:04

似乎解决方案是在没有 Javascript 和没有 file:// 的情况下执行此

操作,以下有效:

<a href="\\Server\Folder">Link</a>

Seems the solution was to do it without Javascript and without the file://

The following works:

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