<html>
<head>
<title>Nested
Frame Page Example</title>
</head><frameset
rows="74,*,125">
<frame
name="HEADER"
scrolling="no"
noresize target="CONTENTS"
src="L12Exheader.htm">
<frameset cols="197,*">
<frame name="CONTENTS"
target="MAIN" src="L12exLeft.htm">
<frame name="MAIN" src="L12Exmain.htm" target="MAIN">
</frameset>
<frame name="FOOTER" scrolling="no" noresize target="CONTENTS" src="L12Exfooter.htm">
<noframes>
<body>
<p>This page uses frames, but
your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html> |