Konu Başlığı: <iframe> ve boyutlandırma.
View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 14.03.2003   #8 (permalink)
biolight
 
biolight's Avatar
 
Üyelik Tarihi: 22.06.2001
Yer: Antalya
Yaş: 38
Mesaj: 531
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>
biolight şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin