pagina contenente l'iframe:

<html>
<head>
<title>Untitled</title>
</head>
<body>
<iframe style="background: #EEEEEE;" marginheight="0" marginwidth="5" frameborder="0"
src="frameset.htm" width="100%" height="100%" scrolling="yes">LOADING...</iframe>
</body>
</html>

pagina frameset.htm:

<html>
<head>
<title>Untitled</title>
</head>
<frameset rows="50%,*" border="1" framespacing="1" >
<frame src="01.htm" name="topFrame" scrolling="YES">
<frame src="02.htm" name="BottomFrame" scrolling="YES" style="background:#CCCCCC;">
</frameset>
<noframes><body></body></noframes>
</html>

i codici funzionano, ma quando inserisco la pagina contenente l'iframe in un frame di un frameset di livello superiore non mi permette più di ridimensionare i frame del frameset.htm