Pues, haciendo una página donde este este contenido únicamente:
Código:
<html><head><title>Título de la web</title><head>
<FRAMESET ROWS="alto del frame,*" frameborder="no" framespacing="0">
<FRAME SCROLLING="no" NAME="titulo" NORESIZE SRC="página del frame superior">
<FRAME SCROLLING="yes" NAME="texto" NORESIZE SRC="página del frame inferior">
</FRAMESET></body></html>