Приглашаем посетить
Хомяков (homyakov.lit-info.ru)

The Power of Three

Previous Page
Table of Contents
Next Page

The Power of Three

I often remember the way to build a frame-based page by thinking in threes. To create a single-frame page, you need three documents, at the minimum. What's more, you use three unique bits of HTML that are unused anywhere else in the language.

Frames are controlled by a master document known as a frameset. The frameset document is not displayed in the browser in and of itself, but it sets up all the controls for the resulting page.

Along with the frameset document, you need at least two HTML documents of content. These are displayed in the framed areas created by the frameset (see Figure 6-1).

Figure 6-1. A framed page example.

The Power of Three


Of course, within your frameset, you can create as many frames as you desire. For each of those frames, however, you need to have a corresponding HTML content page.

As you can see, the number of documents required for a complex framed site can begin to add upwhich as mentioned, causes extra demand on your server resources and your user's system resources, not to mention all the extra management issues that documents demand.

    Previous Page
    Table of Contents
    Next Page