Iframe Kodu
16
●110.239
- 25-11-2006, 00:18:36Temel iframe html code:
<iframe src="http://www.google.com.tr" scrolling="no" frameborder="0" align="center" height = "90" width = "728" name="test" border="0">
</iframe> - 25-11-2006, 00:31:24o zaman sayfanızdaki bir koddan kaynaklanıyordur bu, iframe ile alakası yok...
- 25-11-2006, 02:22:54iframe url sindeki sayfda büyük bir olasılıkla şöyle bir kod vardır;
<SCRIPT language=JavaScript type="text/javascript"> <!-- if (top.location != location) top.location.href = location.href; self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight); // --> </SCRIPT>
Bu nedenlede sayfa tüm pencerede açılır.