バグ? よくポータルサイトなんかに表示されているレクタングル広告がiframeなんかで呼ばれますが、複数iframeが存在する場合でFirefox閲覧時にそれらのiframeのコンテンツが入れ替わることがあります。んでその再現コードを書いてみた。 iframeが入れ替わる <script type="text/javascript"> if((Math.random()*2)|0)document.write('<iframe src="http://www.google.co.jp/" frameborder="0" scrolling="no"></iframe>'); </script> <iframe src="http://www.yahoo.co.jp/" frameborder="0" scrolling="no"></iframe> 1つ目のiframeはGoogle、表