DOM方法:
父視窗操作IFRAME:window.frames["iframeSon"].document
IFRAME操作父視窗: window.parent.document
jquery方法:
在父視窗中操作選取IFRAME中的所有輸入框: $(window.frames["iframeSon"].document).find(" :text");
在IFRAME中操作選取父視窗中的所有輸入框:$(window.parent.document).find(":text");
iframe框架的HTML:
1.在父視窗中操作選取IFRAME中的所有單選鈕
$(window.frames["iframe1"].document).find("input[@type=' radio']").attr("checked","true");
2.在IFRAME中操作選取父視窗中的所有單選鈕
$(window.parent.document).find("input[@type='radio']") .attr("checked","true");
iframe框架的:
1.在父窗口中操作 选中IFRAME中的所有单选钮
$(window.frames["iframe1"].document).find("input[@type='radio']").attr("checked","true");
2.在IFRAME中操作 选中父窗口中的所有单选钮
$(window.parent.document).find("input[@type='radio']").attr("checked","true");
iframe框架的:
IE7中测试通过
使用jquery操作iframe
1、 内容里有两个ifame