如何将带有重定向的页面加载到iframe中

时间:2013-11-18 22:39:21

标签: redirect iframe affiliate

我有一个联盟网站,我通过链接将用户重定向到外部网站。此链接会触发外部页面上的重定向。 现在的问题是,当我将该页面加载到我自己的网站上的iframe时,根本没有页面加载到iframe中。

为什么?

以下是我在网站上加载的iframe:

<iframe id="frame_content" name="frame_content" width="100%" style="height: calc(100% - 150px);" noresize="noresize" src="http://www.trouwartikelen.nl/huwelijk/?tt=2409_308109_134602_&r=http://www.trouwartikelen.nl/taart-serveerset-hartvormige-schep.html?utm_source=tradetracker&utm_medium=affiliate&utm_content=trouwartikelennl&utm_campaign=tradetracker" frameborder="0"></iframe>

1 个答案:

答案 0 :(得分:2)

你的iframe也加载了我,我尝试了多种浏览器和平台。

唯一出现问题的浏览器是google chrome,其扩展名为adblock plus。当我禁用此扩展程序时,chrome也会渲染您的iframe。