I) The code is simple, and is placed after the
</head> statement:
a)
<html>
<head>
<title>Frames</title>
</head>
<FRAMESET COLS="25%,*">
line 1 of code
<FRAME SRC="frame1.htm">
line 2 of code
<FRAME SRC="frame2.htm">
line 3 of code
</FRAMESET>
line 4 of code
</html>
b) Three files were used
c) Frames.htm, frame1.htm, and frame2.htm
d) Frame 1 (left), frame 2 (this page), and all the frames
III) Warning! Frames don't work with certain browers, so their use is limited. By pressing the button at the bottom of this page, a framed webpage will appear, if applicable.
IV) If a person wants a row instead of column, then <FRAMESET ROWS=25%.*"> can be used. Their are many variations with the percentage, and the combination of rows and columns.
V) In order to open a link from frame1.htm into frame2.htm, the following codes must be inserted into the files:
a) <a href="table.htm"
TARGET="frame2">
Table Page</a>
<a href="quiz1.htm"
TARGET="frame2">
Quizzes</a></center>
b) <frameset COLS="25%,*">
<frame SRC="frame1.htm"
Name="Frame1">
<frame SRC="frame2.htm"
Name="Frame2">
</frameset>
VI) The relationship above is frame1.htm for (a), and Frames.htm for (b):
a) The target inserted within the links (frames1.htm).
b) The frame files must be named (frames.htm).
COPYRIGHT 2002
ALL RIGHTS RESERVED BY J.A.M.
HTML CODES
ON THE INTERNET
SAINT LOUIS, MISSOURI