Click to See Complete Forum and Search --> : how to hyperlink to a file or dir on another server


caimbo
12-03-2002, 04:23 AM
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

Rick Bull
12-03-2002, 04:49 AM
Just specify the full filename with the domain:

<a
href="http://www.server.com/file.ext">File on another server</a>

caimbo
12-03-2002, 04:56 AM
The server I want to direct users to is not a web server but it does reside on our internal lan.
I have been trying to use the unc path eg \\cc\public\quotes
but im unsure of context server is seen to reside in

Rick Bull
12-03-2002, 01:38 PM
I'm not sure about this, but maybe using the file:/// protocol would help? file:///\\cc\public\quotes