开发者

How can I use a link on an HTML document to link to a shared file through a Novell network?

I am a student programmer working for an IT department at my college, and my most recent project is implementing browser compatibility for a web form my supervisor wrote using HTML and Javascript.

Everything runs fine in IE, Firefox, and Chrome, with the exception of one column. The idea is that the entries in this column are links to files on a shared drive accessible through the college's Novell network. For instance:

<a href="file\\\R:\Teams\Scholarship Guidelines\724.doc" target="_blank">724</a>

Anyone accessing this web form from a college computer should hypothetically be able to click the link and have this .doc pulled up from the开发者_开发技巧 shared drive. However, this is hit or miss with IE, and doesn't work at all with Firefox or Chrome.

In Firefox and Chrome, I get errors telling me that it is not allowable to load the local resource.

In IE, the link opens a new Explorer window and (sometimes) opens the corresponding Word document.

My prevailing theory is that the way it's currently implemented depends on one of IE's security holes. How could I go about doing this in a way that works without compromising security?

NOTE: I was told that uploading the files to the web server is not an option; they need to stay where they are.


If they have Netware or OES Linux based servers, sharing the files, then ask if NetStorage is available, or else if NoRM (Novell Remote Manager).

Both can make files available over HTTP. NetStorage can provide it over WebDAV and NoRM would be a link to download a file.

Try http://server:8008 for NoRM and http://server/oneNet/NetStorage as likely URL's.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜