JAVA

EXAMPLE 1

-----------------------------------------------------------------------
SLIDE #01                  EXAMPLE 1: DISPLAY A URL

EXAMPLE 1: DISPLAY A URL

In this example, we specify in the first frame the URL of the page to be 
displayed in the second frame. We then use the document.links array
to list all the document links of type "<a href...", using a pull down 
menu in the first frame.

NOTE: This example needs more work before we can use it to "follow links"
      efficiently.

NOTE: A better solution would be to integrate the JavaScript to the 
      Display Frame, to be able to follow the links on the page itself
      (the page loaded from the specified URL is displayed in the
      Display Frame), instead of listing the links in a separate frame.

Here is our first Example.

Display a URL

and here is the
Parent Frame

and here is the
GetURL Frame

and here is the
DisplayURL Frame