IE8上的iframe.contentWindow?

时间:2010-08-04 15:54:10

标签: 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>

我正在尝试使用以下javascript获取此框架的contentWindow属性:

document.getElementById('some-iframe').contentWindow

至少FF,Opera,Chrome都可以,但在IE8下我得到:

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

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

1 个答案:

答案 0 :(得分:0)

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