<FRAME ...>
<FRAME ...>| Usage Recommendation |
|---|
| use it, but don't rely on it |
|   |
|
<FRAME ...><FRAME ...><FRAMESET ...>SRCNAME
For example, this code creates a frameset with two frames.
The first <FRAME ...>frame1_title.html into a frame named TITLE.
The second <FRAME ...>frame1_body.html into a frame named MAIN.
| this code | produces this |
<FRAMESET ROWS="20%,*"> <FRAME SRC="frame1_title.html" NAME="TITLE"> <FRAME SRC="frame1_body.html" NAME="MAIN"> <NOFRAMES>NOFRAMES stuff </NOFRAMES> </FRAMESET> |
this page |
Copyright 1997-2002 Idocs Inc.
