A Frameset is a method of showing two HTML pages in the same window. Many people and companies choose to use frames to set up a standard navigation bar or other unchanging data.
How are you going to use frames? Could you do the same thing with coding or a template?
One of the most common uses for frames is the "navigation bar." If you're using Dreamweaver to create your pages, a template might work just as well, and avoid the complications of frames. On the other hand, if you use a template, you'll have to make sure that any changes you make to the template are propegated to all the "child" pages of your template. Frames can be one way to avoid this trouble.
Another use you may have for frames is the juxtaposition of objects and use of links to change parts of the screen image. With the exception of Flash or Javascript, frames are the best way to accomplish this goal.
A frameset is a webpage that works as a sort of server for your other web pages. For more information about this, consult the Dreamweaver instruction book or the NWE Frames help. As the Dreamweaver manual warns: "make sure that you understand the relationship between frames and framesets because linking with frames can be confusing"(205).
So, to start making a website that uses frames, you need to make a page with a frameset. To use a predefined frameset:*
![]() |
![]() |
||
|---|---|---|---|
| Object Window (with menu) | Frames window (frameset selected) |
Making pages that use frames
Back
* You may
also design your own frameset from scratch, but detailing how to do so
is beyond the scope of these pages. Consult the Dreamweaver manual
for specifics.