Javascript IE8上的iframe.contentWindow?

Javascript IE8上的iframe.contentWindow?,javascript,html,iframe,internet-explorer-8,Javascript,Html,Iframe,Internet Explorer 8,我在第页上有一个元素: <iframe vspace="0" hspace="0" style="overflow-y:auto;overflow-x:auto;word-wrap:break-word;border:0px;" id="some-iframe"></iframe> 至少在FF、Opera、Chrome下是可以的,但在IE8下我得到: >>> document.getElementById('some-iframe').

我在第页上有一个元素:

<iframe vspace="0" hspace="0"
    style="overflow-y:auto;overflow-x:auto;word-wrap:break-word;border:0px;"
    id="some-iframe"></iframe>
至少在FF、Opera、Chrome下是可以的,但在IE8下我得到:

>>> document.getElementById('some-iframe').contentWindow
[ ]

有什么问题吗?我如何在IE8下获取contentWindow对象?

愚蠢的我,问题解决了,
[]
只是FireBug Lite的奇怪行为。

警报ing说这是什么?前缀为
typeof
?一个物体?
>>> document.getElementById('some-iframe').contentWindow
[ ]