( From http://www.webreference.com/dev/frames/ )
Frames Sheet
Tag syntax appears in monospaced font.
Optional attributes appear between [ brackets ].
Parameter choices are divided by pipes |.
Author-specified parameters appear in italics.
Basic Tags
The Basic FRAME Tag <frame src="file.html" [name="framename"]
[scrolling="yes | no | auto"] [noresize] [marginwidth="pixel measurement"]
[marginheight="pixel measurement"]>
file.html is the name of the HTML file to display in the frame.
framename is the name assigned to the frame for use in conjunction with TARGET.
scrolling determines whether the frame has scrollbars.
* noresize is a flag that specifies the user cannot resize the frame.
* marginwidth and marginheight determine the frame's margins in pixels.
Margins
The Basic FRAMESET Tag <frameset cols="measurement list"
[border="yes | no | pixels (recommended)"] [bordercolor="HEX
TRIPLET OR COLOR NAME"] [framespacing="yes | no | pixels
(recommended)"] [frameborder="yes | no | pixels (recommended)"]>
measurement list is a comma-delimited list of absolute, relative,
or percentage measurements, one for each frame in the frameset.
absolute measurements specify the sizes of the frames in pixels.
relative measurements specify the sizes of the frames, relative
to the other frames.
percentage measurements specify the sizes of the frames as
percentages of the whole browser window.
Targets
<base target="name">
target = "_blank" <- open in a new browser
target = "_self" <- open in the same window
target = "_parent" <- immediate parent
target = "_top" <- sends URL to address box
Index of /~gish/scripts/templates/frame
Name Last modified Size Description
Parent Directory 10-May-2001 15:03 -
4waySplit.html 10-May-2001 15:06 1k
frame.html 10-May-2001 14:57 1k
the_frame.html 04-Apr-2001 00:10 1k