`
wujianjun
  • 浏览: 141768 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

iframe 父窗口元素和子窗口元素的调用方法

 
阅读更多

有时要按子窗口的变化来进行相应的改变,这时就要用到以下的小东西了:

父窗口调用子窗口
window.frames["iframe_ID"].document.getElementById("iframe_document_object"­).object_attribute = attribute_value

子窗口调用父窗口
parent.document.getElementById("parent_document_object").object_attribute = attribute_value

分享到:
评论
1 楼 top_fly 2009-08-05  
哈哈哈,还以为没有方法实现这个功能,不过还是找到了 ,我把它收藏了,有醍醐灌顶的感觉,谢谢!!!

相关推荐

Global site tag (gtag.js) - Google Analytics