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>
<noframes>
<h1>Frame ALERT!</h1>
<P>This document incorporates frames.
</noframes>
<frameset cols="50%,50%">
<frame src="left.html">
<frame src="right.html">
</frameset>
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.
Jay Boersma
gallery@bgu.edu
Boersma, J. Page, Web
4/1/01