yanlış anlamadıysam böyle bir şey istiyorsun
Kod:
<HTML>
<head>
<title>Biolight - iframe(autoWidth & autoHeight)</title>
</head>
<body>
<iframe name="myiframe" src="kendisayfan.HTML" scrolling="no" frameborder="0" width="1" height="1"></iframe>
<script for="window" event="onload">
document.all.myiframe.style.width=parent.myiframe.document.body.scrollWidth;
document.all.myiframe.style.height=parent.myiframe.document.body.scrollHeight;
</script>
</body>
</HTML>