|
<FRAME NAME="...">
For example, this code creates a framed page, naming the frames
TITLE,
SIDEBAR, and
MAIN:
<FRAMESET ROWS="15%,*">
<FRAME SRC="tfetitle.html" NAME=TITLE SCROLLING=NO MARGINHEIGHT=1>
<FRAMESET COLS="20%,*">
<FRAME SRC="tfesidebar.html" NAME=SIDEBAR>
<FRAME SRC="tfemain.html" NAME=MAIN>
</FRAMESET>
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>
To target one of these frames, the link should have a
TARGETtfetacos.html and targets that link to the
MAIN frame:
| this code | produces this |
<A HREF="tfetacos.html" TARGET=MAIN>my link</A> |
the link in this page |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.