OVERVIEW
Frames are an organizing tool for web pages that let you see more than 1 page on the same browser window at the same time. They operate by dividing your browser window into sections, like sections in a window pane. Each section may contain a different web page. Think of how a table divides information up into easily defined chunks. Frames are kind of like tables--at least visually. You can have frames the same size or different sizes. They can have different page layouts. You can make the divisions between frames visible or invisible. You can have frames have scrollbars or not. Its all up to you!
The only downside to frames is that if you print a page with frames, the frames will not print out. To get around this, you have to click your cursor over the frame to select it (it will show a heavy border around it), click and hold or right click your mouse button, and then select Open new window. The page in the frame will then be opened up into a new browser window, and you can print to your hearts content!
The same problem exists in terms of bookmarking a site in a frame--the site that gets bookmarked is the FRAMESET--not the site youre after. Follow the directions on opening the site into a new browser window for printing, only bookmark the newly opened site--you will now have a bookmark on the site youre after.
How does a frame operate?
Since each frame contains a different web page, you must first create or locate the web page as you normally would. You must know the URL of each page you want to call up in the frames you will create.
Then you create a web page that gives directions to your browser window on how to divide itself up into sections which contain the pages you want to see.
**Rule of frames:
There is always one more web page than there are number of frames showing in a browser window.