Una cosa del genere ?
codice:
<html>
<head>
<title>Bho</title>
</head>
<frameset framespacing="0" border="0" rows="64,*" frameborder="0">
<frame name="intestazione" scrolling="no" noresize target="intestazione" src="pagina1.html">
<frameset cols="150,*">
<frame name="sommario" target="principale" src="pagina2.html">
<frame name="principale" src="pagina3.html" scrolling="auto">
</frameset>
<noframes>
<body>
La pagina corrente utilizza i frame. Questa caratteristica non è
supportata dal browser in uso.</p>
</body>
</noframes>
</frameset>
</html>