










4.11.1 BSCW's internal address format
BSCW generates an internal address for every object. You can see it in the 'Location:' window while your browser displays the object. When it displays a text/html Document named article, the 'Location:' window 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/english.cgi/d3014/article.html">Article</A>
(For details see section 4.7.6.)








