Chapter 1

This sample shows how to direct the display of your content to a frame.

We are using the following FRAMESET:

<FRAMESET COLS="30%,*" FRAMEBORDER=NO FRAMESPACING=0
        BORDER=0>
  <FRAME SRC="Contents.htm">
  <FRAME NAME="browser" SRC="Acknowledge.htm">
</FRAMESET>

The Table of Contents (TOC) is being displayed on the left, while we began displaying our acknowledgments here, on the right, in a frame we named "browser."

The link to Chapter 1 in the TOC is targeted here with the following statement:

<A HREF="Chapter1.htm" TARGET="browser">