Konu
iframe kodu yasaklanabilirmi?
28-07-2008, 16:45:54
#9
Elestirmen
Iframe'in çalıştığı yerin üstünde bir yerlere koymayı deneyin. Yani
<html>
...
...
<script type="text/javascript">
if (window!=top)
top.location.href=location.href
</script>
...
<Iframe...
...
</html>