Exploring the World Wide Web

The World Wide Web is a vast collection of information stored on computers located all around the world. People have created Web pages that contain information on just about any topic you can think of. You can view these Web pages with a browser such as HotJavaTM. Web pages consist of text, images, audio files, movies, animation, and interactive computer applications called Java applets.

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).

HotJava Browser Navigation Buttons

The HotJava Browser Navigation buttons provide shortcuts for menu items.

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.

 Back    Forward  
 Home    Reload  
 Stop    Remember Place  
 Find in Document    Print  

  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 Edit-> Preferences->Display page and clicking Apply.

URLs (Uniform Resource Locators)

You can visit World Wide Web pages and other places on the Internet by following hypertext links on the current page or by typing in a specific URL in the Place field. URL stands for Uniform Resource Locator, and is the address of a page on the World Wide Web. (See A Beginner's Guide to URLs, a document provided by the NCSA.)

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 pop-up window.

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.

Supported Protocols

You can use the HotJava Browser to visit Web pages, display documents, send email, and browse GOPHER and FTP sites. In other words, the HotJava Browser supports these major Internet transfer protocols:

http:
This stands for HyperText Transfer Protocol, the standard protocol used to access Web pages on the Internet.

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.

https:
This protocol works just like the http protocol, except that it is used to retrieve documents from a secure server. This means that documents passed between your computer and the secure site are encrypted so that they cannot be read by any other sites, and that no other computer can deceive the HotJava Browser to think that they are the secure site.

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 (https) site:

file:
Use this protocol to display a local file. You need to specify the full path name of the file. You can omit the file: portion of the URL if you'd like. For example, both of these URL's display the same file:

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

Note to Windows users:
To access a file on your C (or other) drive, start your URL with the string file:/c:/yourfile  or  /c:/yourfile.
If you want to list the contents of the C drive, use the URL file:/c:/.   or   /c:/..

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.

ftp:
You can use the HotJava Browser to browse FTP (File Transfer Protocol) sites. FTP sites are archives of files that you can download across the Internet. If the name of your FTP site starts with "ftp.", you can omit the ftp:// part of the URL; HotJava will automatically add it for you.

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.

gopher:
Gopher servers are similar to FTP servers, in that they are archives of files. To visit a Gopher site, type in the full URL, or, if the server starts with "gopher.", you can omit the gopher:// portion of the URL.
mailto:
To send email from HotJava, type:

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.

doc:
You may notice that sometimes the URL for a page displayed by the HotJava Browser starts with doc://. This is a protocol that HotJava uses to locate local HotJava files within the HotJava Browser installation, or, if the file is not found locally, at an alternate location specified by the doc.url property. (See Customizing the HotJava Browser for information about the HotJava properties.)

This protocol is not recognized by other browsers.

Helpful Hints and Shortcuts


Back to HotJava User's Guide Table of Contents

Continue to Using the HotJava Browser Menus (next topic)