www.toxicbug.com




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)
    • choices = 1, 0
  • FRAMESPACING="..." - space in pixels between frames
  • SCROLLING="..." - allow / disable scrolling in the frames
    • choices = YES, NO, AUTO

<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)
    • choices = 1, 0
  • 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
    • choices = YES, NO, AUTO
  • NORESIZE - prevents user resizing of frame

<noframes>...</noframes>
For browsers that don't support frames, content between this tag will be shown instead.
 























www.toxicBug.com Resources

toxicbug.com v 4_3