| FRAMESET |
|
| This tag contains frame definitions such as spacing and dimensions. FRAME tags are inserted between FRAMESET tags. For example: |
|
| <FRAMESET ROWS="*,10">
<FRAME SRC="PAGE1.HTML">
<FRAME SRC="PAGE2.HTML">
</FRAMESET> |
|
| FRAMESET Attributes: |
|
| BORDER="n" |
| This attribute is used to specify the width of the border, and is measured inpixels. A value of zero will signify that no border is to be displayed. |
|
| BORDERCOLOR="#RRGGBB" or a color within qoutes, such as "RED", "BLUE" or "YELLOW" |
| This attribute sets the color of the element to which it was invoked, this case being the color of the frame border. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. |
|
| COLS=" ... " |
| This attribute is used to define the number of columns within the frameset. The vale can be a number or a percentage of the amount of space available within the frame. An asterisk can be used to indicate that the width of the column will change with the width of the number of characters within the column. An asterisk with a number or percentage, such as COLS="10,*", will display the first column as 10 characters wide. The width of the second column will float with the number of characters within it. |
|
| FRAMESPACING="n" |
| This attribute is used to define the space between frames, and is measured in pixels. |
|
| ROWS=" ... " |
| This attribute is used to define the number of rows (horizontal frames, or cells) within the frameset. |
|
This tag also accepts the following Event Handlers:
onBlur
onClick
onDblClick
onFocus
onFocus
onLoad
onMove
onMouseDown
onMouseUp
onMouseOver
onMouseMove
onMouseOut
onKeyPress
onKeyDown
onKeyUp
onResize
onUnload |