IE: window.frames['framename'].document
FIREFOX :windo.frames['framesname'].document
这二个可以通用
另外FIREFOX:document.getElementById("dataLoader").contentWindow.document
跨浏览器框架访问
本文介绍了一种在不同浏览器中通过框架访问文档的方法。对于IE浏览器,可以通过window.frames['framename'].document实现;对于Firefox,则使用window.frames['framesname'].document或者document.getElementById('dataLoader').contentWindow.document。这些技巧有助于开发者在不同浏览器环境下进行统一的页面操作。
IE: window.frames['framename'].document
FIREFOX :windo.frames['framesname'].document
这二个可以通用
另外FIREFOX:document.getElementById("dataLoader").contentWindow.document

被折叠的 条评论
为什么被折叠?