我的框架正在重定向页面!怎么阻止它?

时间:2010-09-24 13:32:59

标签: html

  

可能重复:
  How to prevent IFRAME from redirecting top-level window

<iframe width="980px" frameborder="0" marginheight="0" marginwidth="0" height="1500px" src="http://www.torrentz.com/search?q=<?php echo $_GET['search'] ?>" ></iframe>

我有一个像这样的框架。现在我在我的页面中运行这个..启动时将我重定向到“torrentz.com”..

知道怎么制止它吗?

2 个答案:

答案 0 :(得分:3)

它正在做一些被称为“framebusting”的事情。

虽然可以阻止这种情况发生,但你真的不应该这样做。如果一个网站有框架代码,他们不希望他们的网站在框架中。所以你应该尊重它,不要嵌入它。

  
    

相关: How to prevent iframe from redirecting top-level windowBlock iframe from setting parent.locationHow can I stop child Iframes from redirecting

  

答案 1 :(得分:0)

我想torrentz.com会从iframe中进行一些拆箱(问题与javascript)。在您描述的设置中,您无法避免它。