Figure 11-1. A simple six-panel frame layout for Netscape
Frames are enabled with a special frame document. Its contents do not
get displayed. Rather, the frame document contains extension tags
that tell the browser how to divide its main display window into
discrete frames and what documents go inside the frames.
The individual documents referenced and displayed in the frame
document window act independently, to a degree; the frame document
controls the entire window. You can, however, direct one
frame's document to load new content into another frame.
That's done by attaching a name to a frame and targeting the
named frame with a special attribute for the hyperlink
<a> tag.