|
Mr. Lamothe's Labor History Webquest
Mr. Lamothe's Animal Habitats page that includes links to the Beaver Story, Alaska Pictures and More
Issues of Homelessness Project
Teaching Language Arts and Technology Through Project Based Documentary Filmmaking
Internet Research Techniques IN YOUR OWN WORDS
Photos

Teaching and Learning Gallery

Learn and Serve Professional Develeopment Mini-Conference on Homelessness
Science and Math Voltage Experiment
Graphics Page
Mr. Lamothe's Crusades Unit
created by Mr. L. and his group members Debbie, Janet, and Dave for a Bridgewater State College course - Instructional Design
Web Page Permission Slip:
This must be signed and returned to be able to publish your web page
|
      
|
Understanding How Frames Work
Frames are a way of dividing a web page into distinct areas using differnet
web pages. Each frame displays a separate htm document. One common use
of a frame structure is to put links in the left frame that remain displayed
is the right frame changes when the links are clicked on. Frames start
with a Frame Set Page that loads and organizes the web pages that are
part of the frame set. One important thing to remember about frames is
that each frame of the set is identified by the NAME of the frame.
Below are the steps that can be used in Dreamweaver to create a frame
and frame set.
- Open Dreamweaver and create temporary pages that will match the number
of frames that you plan to have. Put any temporary content in the pages
and save them in your directory. You could name them something like
left_frame.htm, right_frame.htm, main_frame.htm, etc.
- Create another document in Dreamweaver. This will be your frameset
document.
- Make sure your Objects window is showing. In your Objects window click
on the little arrow at the top and choose Frames choice. That converts
your page into a frame set.

- Once you have a frame set document, go to the Dreamweaver view that
shows code and design together by clicking on the middle icon near the
top left. Then click on the edge of the frameset to show the frameset
code. (see below picture)
- Now you should add the names of the files that will be loading into
each individual frame. See above picture just below the black star.
- To create a link from the left frame to the main frame, your target
on the link should be the name of the frame where you want the page
to load. See example below.
|
|
|