HTML, which stands for HyperText Markup Language, is the language used to create Web pages. HotJava 1.0 supports the latest HTML standard, (currently HTML 3.2), plus many popular HTML extensions.
If you would like to learn more about HTML, see A Beginner's Guide to HTML, provided by the NCSA (National Center for Supercomputing Application).
Follow the links below for detailed information about each one, or see the Getting Started Navigation Page for a summary of all the Navigation button functions.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
In addition to the standard buttons above, this is an optional button for
displaying HTML Errors.
You can add this button to your HotJava Browser by choosing Show HTML
Errors Button on the
To visit a place on the Internet, click in the Place field, which is normally found in the header or footer of the HotJava Browser window. (Alternatively, choose Edit Place from the Places menu.) Then type the desired URL directly into the Place field and press Return or Enter to display the specified Web page.
If you have chosen not to display the Place field in either the header or
footer, choose Go to Place from the Places menu to display a
Place field in a separate
The first part of a URL (the part before the ":") is the Internet transfer protocol of the page you are trying to access. This indicates the type of the page and how the browser accesses the page. See the next section ("Supported Protocols") to find out about the different types of URLs that you can use in HotJava.
To visit a Web page, type:
http://Internet-host/path-to-document
in the Place field and press Return or Enter.
You can omit the http:// portion of the URL if you want; the HotJava Browser will automatically add this for you. For example, these two URL's both take you to the HotJava Browser section of the JavaSoft home page:
Furthermore, if the URL is a simple name containing only letters, numbers, and hyphens (that is, a name that does not contain any periods, slashes, colons, and so on), HotJava adds www. to the start of the name, and .com to the end of the name. It then adds the http:// to the front of the URL.
For example, if you type sun in the Place field, this gets expanded first to www.sun.com, then to http://www.sun.com, which saves you a lot of typing.
NOTE: This protocol does not work in versions of the HotJava Browser that do not support SSL (Secure Sockets Layer).
A key appears to the right of the Place field when you're connected to
a secure
If you're loading an ASCII text file, the file must have one of the following extensions:
.text .txt .java .c .cc .c++ .h .pl .el
If you type a URL that starts with "c:", you'll get an error message instead of a file listing from drive C. As described above, when a URL starts with a simple text string before a colon, the string is considered to be an Internet transfer protocol. Since HotJava supports locally extensible protocol handlers, you could potentially have a protocol on your system called "c". Therefore, the HotJava Browser must interpret a URL that starts with "c:" as if "c" is a protocol instead of a drive.
When you specify an FTP URL, HotJava displays the directories and files at the FTP site. Click on a directory to go there, or click on a file you want to see. If HotJava recognizes the file type, it displays the file. If HotJava doesn't recognize the file type, it displays a page you can use to save the file locally.
mailto: recipient's-email-address
in the Place field and press Return or Enter. This displays the mail form, in which you can compose your email message and send it. Alternatively, you can choose Send Mail from the File menu to access the mail form.
If you'd like to have the mail form displayed in a separate HotJava Browser window, hold down the Shift key while you press Return or Enter after typing the URL in the Place field. Or, hold down the Shift key while you choose Send Mail.
This protocol is not recognized by other browsers.
You can also choose Clone Window from the File menu to create a new HotJava window displaying the current page.
Another way to clone a window is to press the right mouse button over a
link or image, then choose Open this Link in New Window or
Open this Image in New Window from the
NOTE: The new HotJava window is part of the current HotJava session, so it does not consume as many system resources as starting a new instance of the HotJava application would. If you clone one or more windows and then change preferences in one window, the changes apply to all the cloned windows since they are all part of the same HotJava session.
In addition to the Progress Monitor, you can watch the animation of Duke in the upper right corner of the HotJava Browser whenever HotJava is busy loading a page over the network. As long as the animation continues, the page is still being loaded.
- this means HotJava is NOT loading a
page over the network.
- this means HotJava IS loading a page over the network.
Applet developers: Click on the broken applet icon to see an exception trace to help track down the problem.
Frames are an HTML feature used to divide a page into multiple regions. If a frame (region) can't be completely displayed in its current allocated area, that frame will have one or two scrollbars that you can use to see the contents of the entire frame. An example of a page with frames is the HotJava User's Guide Index, which has two frames -- one small frame at the top, and one large frame at the bottom.
HotJava's URL Pool contains all the pages you've visited in the last week, including pages you've visited in other HotJava sessions. The keyboard shortcuts described here are used to access pages in the URL Pool.
To minimize typing in the Place field, type part of a URL and press the Tab key. If only one entry in the URL Pool matches the beginning text you typed, HotJava completes the Place field for you. If there are multiple URLs that match the beginning text, HotJava fills out as much of the URL as it can. You can then finish typing the URL yourself, or you can use the Esc key to display the Completions page. This page contains links to all the possible URL matches.
You can bypass using the Tab key and access the Completions page directly. Type in the first part of a URL in the Place field (for example, type http), then press Esc to display the Completions page. If you want to limit the number of matches on the Completions page, type as much of the URL as you can remember.
Note: You must include the protocol part of the URL (for example, http:// or file:/) for the Tab and Esc features to work.
You can change the amount of time (in hours) that pages are saved in the URL Pool by changing the value of the url.expires property. See Customizing the HotJava Browser for information about how to change properties.
You can easily define your own keyboard accelerators for menu items by editing the HotJava Browser Menu properties. See Customizing the HotJava Browser for information about editing the HotJava Browser properties.