ho una pagina così divisa

<FRAMESET rows="159, 580" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>

<FRAME NORESIZE scrolling=no name="header" src="header.html">

<FRAMESET cols="20,80" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0 >

<FRAME NORESIZE name="dynamic" src="dynamic.html">
<FRAME NORESIZE name="fixed" src="init_fixed.html">
</FRAMESET>

</FRAMESET>

e in header.html c'è un link che dovrebbe puntare a una pagina che si deve aprire in tutta la finestra e non solo in un frame

<a href="....html">

così non funziona, che devo aggiungere? grazie