BSCW ServerHelp top
 previousupnextnext Chapter  german   Contents    Index  

4.11.1 BSCW's internal address format

BSCW generates an internal address for every object. You can see it in the 'Location:' field of your Web browser while the browser displays the object. When it displays a text/html document named article, the 'Location:' field might show:

http://bscw.gmd.de/bscw/bscw.cgi/d3014/article.html

You can use this internal address in a link tag in any HTML document:

<A HREF="http://bscw.gmd.de/bscw/bscw.cgi/d3014/article.html">Article</A>

It can be abbreviated as

<A HREF="/bscw/bscw.cgi/d3014/article.html">Article</A>

if both documents reside on the same server.

Note:
If you want to allow anonymous access to article.html, the address has to be modified to
<A HREF="/pub/bscw.cgi/d3014/article.html">Article</A>
(For details see section 4.7.6.)


 previousupnextnext Chapter  german   Contents    Index