[php]
<frameset name="window" border="0" frameborder="0" rows="90,60">
<frame src="top.htm" name="frame1" noresize frameborder="0" marginwidth="0" marginheight="0" scrolling="no" border="0">
<frame src="bottom.htm" name="frame2" noresize frameborder="0" marginwidth="0" marginheight="0" scrolling="no" border="0">
</frameset>
[/php]
this is for one frame on top of the other. if you want side-to-side, switch 'rows=' to 'cols='...