a me così funziona...guarda che leggendo i tuoi post scrivi molto spesso heigth al posto di heightcodice:<html> <head> </head> <body> <iframe name="ifra" id="idfra" width="100%" height="1" frameborder="0" style="height:30px;"></iframe> <script language="javascript"> alert(document.getElementById('idfra').style.height); </script> </body> </html>
![]()