Chrome 5版本中的iframe scrollHeight

时间:2010-11-22 09:48:57

标签: javascript

您好我正在尝试使用document.getElementById('frame_name')获取Iframe滚动高度.contentWindow.document.body.scrollHeight;但是这个代码直到document.getElementById('frame_name')才开始工作.contentWindow我能够获取Object但是在此之后我试图访问iframe文档,例如document.getElementById('frame_name'),得到'undefined'错误.contentWindow.document

1 个答案:

答案 0 :(得分:0)

如果您要为Chrome插件构建此插件,则目前存在帧/ iframe错误。请参阅http://code.google.com/p/chromium/issues/detail?id=20773

来自错误报告:

哪些步骤会重现此问题?

尝试从内容脚本

访问window.frames [some_index]

预期结果是什么?

我们得到了框架

会发生什么?

对于所有n,window.frames [n] =未定义