[thelist] INTRANET: writing hyperlinks?

Ken Kogler ken.kogler at curf.edu
Thu Aug 29 09:20:01 CDT 2002


Since this is an intranet, and assuming everyone's looged into the same
domain, your linking method of http://fileServername/path/file.doc
should be sufficient.

But if you're looking for something a bit more robust...

Depending on your server scripting language of choice (ASP, PHP, etc),
you can allow the webserver to go retreive the file from H:\ and send it
to the client.

If you know ASP, look up the Binary Stream method.
<http://www.aspfaqs.com/webtech/083100-1.shtml>

I would assume there's something similar in PHP as well.

HTH!
--Ken




More information about the thelist mailing list