试着找出如何防止iframe从下面的页面爆发出来。
http://www.virginaustralia.com/au/en/
页面在iframe中加载得很好,但是当我去搜索一个航班时,由于反iframe javascript的原因发生了中断。我希望这次航班搜索留在iframe内。
我的Iframe非常简单:<iframe id= "vaus" name="vaus" align="top" src="http://www.virginaustralia.com/au/en/" style="-webkit-transform:scale(0.75);"></iframe>
我在这里和nwdisable,nwfaketop,allow- fixes上尝试了各种Javascript建议,但都没有起作用。
任何帮助都将不胜感激。请注意,此目的不是出于商业目的。
谢谢
发布于 2015-05-10 23:31:56
如果网站有iframe突破,你就无能为力了。
https://stackoverflow.com/questions/29936237
复制相似问题