test.htm
=================
<select onchange="document.frames('mxh').location=this.options[this.options.selectedIndex].value">
<option value="a.htm">a.htm<option value="b.htm">b.htm
</select>
<br>
<iframe name=mxh id=mxh height=2></iframe>a.htm
================
<body topmargin=0 onload="parent.document.all['mxh'].height=document.body.scrollHeight+10">
<p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p><p>test</p>b.htm
============
<body onload="parent.document.all['mxh'].height=document.body.scrollHeight+10">
<p>test</p>