<HTML>
<HEAD>
<TITLE>NOFRAMES example</TITLE>
</HEAD>
<FRAMESET ROWS="15%,*">
<FRAME SRC="recipetitlebar.html" NAME=TITLE>
<FRAMESET COLS="20%,*">
<FRAME SRC="recipesidebar.html" NAME=SIDEBAR>
<FRAME SRC="recipes.html" NAME=RECIPES>
</FRAMESET>
<NOFRAMES>
<H1>Great Recipes</H1>
No frames? No Problem! Take a look at our
<A HREF="noframesrecipes.html">no-frames</A>
version.
</NOFRAMES>
</FRAMESET>
</HTML>
|
this page
Of course, if your browser can do frames, you won't see the content of the <NOFRAMES> ,
but it looks something like this.
|