谷歌浏览器23和Firefox 18是推动我坚果。 我有一个页面,其中我有一个iframe。 当点击一个按钮,我想的iframe打开http://images.google.com
问题是IFRAME会尝试访问http://images.google.com ,但只要它得到一个重定向指令(该http://images.google.com是issueing),它停止和页面赢得” T为渲染。 这是为什么? 任何解决方案?
这里是一个片段证明问题:
<iframe id="panel" style="height: 800px; width: 100%" sandbox="allow-scripts" src="http://images.google.com">
</iframe>