Google Chrome 23 と Firefox 18 は私を夢中にさせています。iframe があるページがあります。ボタンクリック時に iframe を開きたいhttp://images.google.com
問題は、iframe がhttp://images.google.comにアクセスしようとすることですが、( http://images.google.comが発行している) リダイレクト命令を受け取るとすぐに停止し、ページが表示されません。レンダリングされません。何故ですか?解決策はありますか?
その問題を示すスニペットを次に示します。
<iframe id="panel" style="height: 800px; width: 100%" sandbox="allow-scripts" src="http://images.google.com">
</iframe>