- Define different areas of the browser window
- Keep some text on screen while scrolling other
- Supported in Netscape 2
- <FRAMESET ROWS="35,*"> </FRAMESET>
- Splits window into 2 rows
- <FRAMESET COLS="25%,75%"> </FRAMESET>
- Splits window into 2 columns
- <FRAME SRC="index.html" NAME="INDEX">
- Specifies content and name for a frame
- <NOFRAMES> </NOFRAMES>
- Indicates text to be dipslayed if browser does not support frames
Here is an example of a document designed with frames:
Sorry, your browser does not support frames.
Why don't you see how it looks?
This tag splits the screen horizontally, one row of 35 pixels and the other the remainder of the window:
This specfies the contents of the first frame or row:
This splits the second row vertically as a percentage:
This specifies the contents of the two columns:
Finally, this provides the alternate text:
Sorry, your browser does not support frames.
To have links display text in a specified frame, use the TARGET parameter in the anchor tag:
Part 8 - Forms
The contents of the file index1.htm used in the left-side frame are:
Description
Form Tags
Input Fields
Radio Buttons
The Select Tag
Checkbox Input
Buttons
Processing Form Data
TARGET may also be used to open a new browser window.
Go to Top of Page
Back to Contents Page
Web Development Workshop
1999 MSACROA Conference
Sunday, November 28, 1999