how to hyperlink to a file or dir on another server

liunx

Guest
I am new to html, and need to know how to send a user to a file or directory on another server via a clickable link<!--content-->Just specify the full filename with the domain:<br />
<br />
<a <br />
href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.server.com/file.ext">File on another server</a><!--content-->The server I want to direct users to is not a web server but it does reside on our internal lan.<br />
I have been trying to use the unc path eg \\cc\public\quotes<br />
but im unsure of context server is seen to reside in<!--content-->I'm not sure about this, but maybe using the file:/// protocol would help? file:///\\cc\public\quotes<!--content-->
 
Back
Top