<frameset rows="146,*,101, 101" cols="*" frameborder="NO" border="1" framespacing="0" >
<frame src="1.php" name="bottomFrame" scrolling="NO">
.....
<script>
function view()
{
aWindow=window.open("2.php" , "thewindow","toolbar=no, width=450, height=145, status=no, scrollbars=no, resize=no, menubar=no")
}
</script>
<input type="button" value="смотреть" onclick="view()" >
<script>
function refr()
{
.......................
}
</script>
<input type="button" value="refresh main page" onclick="refr()">