The SCOhelp browser interface includes two frames that display the HTML content and two frames that provide navigational buttons (an additional browser window for popup information is also available):
<A HREF="/topicID/topic.html" TARGET="node">To specify the default target for all the links in the current document, use the <BASE> element:
<BASE TARGET="node">
In general, the TARGET for links to a table of contents file or other navigational list should be the navlist (left) frame. For example:
<A HREF="/DSK_scohelp/CONTENTS.html" TARGET="navlist">Using SCOhelp</A>Links from the table of contents lists should be targeted to the node (right) frame. For example:
<A HREF="/HW_modem/modem.remove.html" TARGET="node">Removing a modem</A>In addition, the name of the HTML file containing the table of contents should be CONTENTS.html; this is the file opened by default by the server when a cross reference points to a directory. However, you can map another filename to CONTENTS.html using the view stanza files.