The <noframes> Tag

To use the noframes tags, insert the boldfaced code below into your HTML document just after the initial frameset tag.

<html><title>Webwork Frames</title>
<frameset cols="50%,50%">
<frame src="left.html">
<frame src="right.html">
</frameset>

<noframes>

<h1>Frame ALERT!</h1>

<P>This document incorporates frames.
If you are seeing this message, you are
using a browser that does not support
this feature and should view this
<a href="alternative.html">alternative
page</a> instead.

</noframes>


Back



Jay Boersma
gallery@bgu.edu
Boersma, J. Page, Web
4/1/01