JS调用iframe父窗口元素和子窗口元素的方法,不错哦。
1、父窗口调用子窗口:
window.frames["iframe_ID"].document.getElementById("iframe_document_object").object_attribute = attribute_value
2、子窗口调用父窗口:
parent.document.getElementById("parent_document_object").object_attribute = attribute_value