Frames

eu construi uma pag em html com 2 frames, o primeiro eh usado para abrir uma pagina de web no segundo…
o problema é q qndo a pagina de web é aberta, ela substitui a pagina com os frames… se alguem puder me ajudar a fazer q a pagina da web fique dentro da delimitação do 2° frame…mto obrigado…aqui vai o codigo
pagina dos frames

<HTML>

<HEAD><TITLE>TESTE</TITLE></HEAD>


<FRAMESET colS=20%,80% noresize>
<FRAME NAME=TOP SRC=this.html noresize>
<FRAME NAME=PRINC SRC=those.html scrolling=yes noresize>

<noframes>
<BODY>
que grande bosta hein?</noframes>
</BODY>
</frameset>
</HTML>

this.html

<HTML>

<HEAD><TITLE>TESTE</TITLE></HEAD>

<BODY>
<a href=http://www.tribalwars.com.br target=PRINC >oi testando</a>

</BODY>
</HTML>

those.html[code]

TESTE será q vai funcionar? [/code]