|
|
#31 (permalink) | |
|
Üyelik Tarihi: 22.06.2001
Yer: Antalya
Yaş: 38
Mesaj: 531
|
Re: <iframe> ve boyutlandırma.
Alıntı:
Kod:
<HTML> <head> <title>iframe'i otomatik boyutlandırma</title> <meta http-equiv="Content-Type" content="text/HTML; charset=windows-1254"> </head> <body> <center> <a href="sayfa1.HTML" target="myiframe">Sayfa1</a> / <a href="sayfa2.HTML" target="myiframe">Sayfa2</a> <br /> <iframe name="myiframe" id="myiframe" src="sayfa1.HTML" scrolling="no" frameborder="1" width="1" height="1" onload="autoIframe()"></iframe> </center> <script type="text/JavaScript"> function autoIframe(){ document.getElementById("myiframe").style.width="1px"; document.getElementById("myiframe").style.height="1px"; document.getElementById("myiframe").style.width=parent.myiframe.document.body.scrollWidth; document.getElementById("myiframe").style.height=parent.myiframe.document.body.scrollHeight; } </script> </body> </HTML> |
|
|
|
|
|
|
#33 (permalink) |
|
Üyelik Tarihi: 25.08.2001
Yer: Antalya
Yaş: 27
Mesaj: 970
|
Re: <iframe> ve boyutlandırma.
bazne foruma giriyorum, tüm kodlar (benimkliler dahil) yabancı geliyor. alkol tüm unutkanlıkların atasıdır. :=) yarın bakıcam.
__________________
Take me back to my boat on the river and I won't cry out any more |
|
|
|
|
|
#36 (permalink) |
|
Üyelik Tarihi: 25.08.2001
Yer: Antalya
Yaş: 27
Mesaj: 970
|
Re: <iframe> ve boyutlandırma.
@La Haine:
Dostum geç oldu, 2 aksam sonra geldim baktım. ama vaktim boldu. soruyu unutmustum herseyi okudum örnekleri inceledim. Ama hala Soruyu anlamadım ben ) Sanki yukarıda hiç mesaj yokmus gibi sorununu anlatır mısın. yukarıyla bağlantısını bize bırak. bende hiç bi ornek hata vermiyor ??
__________________
Take me back to my boat on the river and I won't cry out any more |
|
|
|
|
|
#37 (permalink) |
|
Üyelik Tarihi: 23.09.2002
Yer: istanbul
Yaş: 34
Mesaj: 865
|
Re: <iframe> ve boyutlandırma.
|
|
|
|
|
|
#38 (permalink) |
|
Üyelik Tarihi: 25.08.2001
Yer: Antalya
Yaş: 27
Mesaj: 970
|
Re: <iframe> ve boyutlandırma.
LA Haine ile icq da çözdük problemi.
scriptte parent.myiframe olması gereken yerler self.myiframe veya direk myiframe seklinde olmalıydı. çünkü scripti le iframe aynı sayfada.
__________________
Take me back to my boat on the river and I won't cry out any more |
|
|
|
Zoque'a hoşgeldiniz!