WWW: Beyond the Basics

Chapter 13 - HTML

13.5.4 Netscape FRAMES

Use these tags with caution, they may not be visible by browsers other than Netscape, or older versions of Netscape. Even if they are visible, they may not be rendered as expected.

Frames are not standardized in any public spec and are not viewable by many browsers.

If you must use frames, use <noframes> outside of the <frameset> tags - preferably at the *top* of the page - for critical links and text.

Netscape FRAME tags (Netscape, Frames):

FRAMESET - the main container for a Frame. 

ROWS="row_height_value_list"

     value
     value%
     value*
              
COLS="column_width_list"

FRAME
     SRC="url"
     NAME="window_name"
     MARGINWIDTH="value"
     MARGINHEIGHT="value"
     SCROLLING="yes|no|auto"
     NORESIZE
     
NOFRAMES
     

[PREVIOUS] [NEXT] [Ch 13 Toc] [Book ToC] [VaTech CompSci Dept]

Copyright © 1996 Pris Sears, All Rights Reserved

Pris Sears <sears@vt.edu>