Learn HTML Code Tutorial Reference Guideback to Frames Tutorial

Basic No Frames

Every framed page should have a no frames alternative. Usually the most efficient way to do this is to put a link in the <NOFRAMES> section of the frameset document, like this:

<HTML>
<HEAD>
<TITLE>A Basic Example of Frames</TITLE>
</HEAD>

<FRAMESET ROWS="75%, *" COLS="*, 40%">
   <FRAME SRC="framea.html">
   <FRAME SRC="frameb.html">
   <FRAME SRC="framec.html">
   <FRAME SRC="framed.html">

   <NOFRAMES>
   <H1>No Frames? No Problem!</H1>
   Take a look at our 
   <A HREF="basic.noframes.html">no-frames</A> 
   version.
   </NOFRAMES>

</FRAMESET>

</HTML>


Fatal error: Call to undefined function insert() in /home/htmlcode/public_html/frames/basic.noframes.html on line 63