To look at the organization of the hotlist, open the Hotlist View window by selecting Hotlist from the Navigate menu. If you have not added any documents to your hotlist yet, it is empty. If you have added a document, the document title appears in the scroll box, as shown in Figure 3.4.
This appends the document's URL to the hotlist and displays the document title in the Hotlist window.
The other way to add a document is to:
For example, you might want to add the author's name or initials or the location of the server providing the document.
Mailing your hotlist to a colleague is a way to share your favorite or frequently used URLs. The recipient can use NCSA Mosaic for X Window System to open the hotlist as a WWW document by copying the electronic mail to a file, saving it with the .html extension, and opening it as a local document within NCSA Mosaic. Use Open Local... on the File menu. The hotlist hyperlinks can then be used by the recipient.
Figure 3.5 shows a sample hotlist. The tags shown between angle brackets (e.g., <H1>, </H1>, <DL>, etc.) are all HTML codes. Document URLs follow the <A HREF= tags.
<HTML> <H1>Hotlist From E. Ogilvie, 277 English Building</H1> <DL> <DT>NCSA Home Page <DD><A HREF="http://www.ncsa.uiuc.edu/General/NCSAHome.html">http://www.ncsa.uiuc.edu/General/NCSAHome.html</A> <DT>Cornell Theory Center Home Page <DD><A HREF="http://www.tc.cornell.edu:80/ctc.html">http://www.tc.cornell.edu:80/ctc.html</A> <DT>Bill's Lighthouse Getaway <DD><A HREF="http://gopher.lib.utk.edu:70/0/Other-Internet-Resources/pictures/lights/lights.html">http://gopher.lib.utk.edu:70/0/Other-Internet-Resources/pictures/lights/lights.html</A> </DL> </HTML>