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>