
 |

| 

Frames
| frames |
<HTML><HEAD><TITLE>my page</TITLE></HEAD>
<frameset>
<frame>
<frame>
<noframes>...</noframes>
</frameset>
</HTML>
<frameset>...</framset>
- COLS="..." - seperate by columns
- choices = comma list with %, pixels, and/or * (remainder)
- ROWS="..." - seperate by rows
- choices = comma list with %, pixels, and/or * (remainder)
- BORDER="..." - width of border around frames (Netscape)
- FRAMEBORDER="..." - border or not (IE)
- FRAMESPACING="..." - space in pixels between frames
- SCROLLING="..." - allow / disable scrolling in the frames
<frame>
- SRC="..." - html file to be loaded in frame
- NAME="..." - target name of frame
- BORDER="..." - width of border around frame (Netscape)
- FRAMEBORDER="..." - border or not (IE)
- MARGINHIEGHT="..." - pixel width of margin at top / bottom of frame
- MARGINWIDTH="..." - pixel width of margin at left / right of frame
- SCROLLING="..." - allow / disable scrolling in that frame
- NORESIZE - prevents user resizing of frame
<noframes>...</noframes>
For browsers that don't support frames, content between this tag will
be shown instead.
|
| 














|
 |
| |