Non capisco è a frame anche quello:

codice:
<html>
<head>
<title>Nuova pagina di prova</title>
</head>

<frameset rows="*">
  <frame name="finestra" src="pippo.htm">
  <noframes>
  <body>

  </body>
  </noframes>
</frameset>
</html>