E' possibile far chiudere un frame senza dover creare un link che porti direttamente
<FRAMESET rows="70,330*" cols="*" framespacing="1" frameborder=yes border="1" bordercolor="#00FF00">
<FRAME src="barra.html" NAME="Barra" scrolling="auto" noresize>
<FRAME src="../index.html" name="Link" scrolling="auto" noresize>
<NOFRAMES>
<body>
</body>
</NOFRAMES>
</frameset>