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.php">
<FRAME SRC="frameb.php">
<FRAME SRC="framec.php">
<FRAME SRC="framed.php">
<NOFRAMES>
<H1>No Frames? No Problem!</H1>
Take a look at our
<A HREF="basic.noframes.php">no-frames</A>
version.
</NOFRAMES>
</FRAMESET>
</HTML>
Copyright 1997-2002 Idocs, Inc. Written by Miko Sullivan.
|