neilparnham
Junior Member
- Mar 3, 2008
- 117
- 13
Hi, can anyone help been looking all over the net and cant find anything - i want to force a webpage to stay in a frame.
HTML:
<frameset framespacing="0" rows="80,8%,*">
<frame name="top" scrolling="no" noresize="noresize" target="middle" src="top.htm">
<frame name="middle" target="bottom" src="second.htm">
<frame name="bottom" src="main.htm" scrolling="auto" noresize="noresize">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>