Forcing frames

neilparnham

Junior Member
Joined
Mar 3, 2008
Messages
117
Reaction score
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>
 
well basically what im trying to achieve is something for my friend - as the wii's opera browser dont have tabs - and you can make an easy page for them to navigation around the web but say you go on gmail it makes sure the page aint in a frame and then if it is as in this case takes it out the frame - but i dont want that to happen.
 
i see. my problem was about the bukisa method thatlets me sign up in autosurfing/hit site.

andthis site don't reallygive a hit when it landds to my random page.
if anyone knew this please help me. :D
 
Back
Top