JS iframe父子页面元素调用方法 window parent top 解释
2020-12-13 14:50
标签:http io os ar on html ad as htm 父窗口调用子窗口 var hasMore = parent.document.getElementByIdx_x_x_x("hasMore").value; window.frames["iframe_ID"].document.getElementByIdx_x_x_x("iframe_document_object").object_attribute = attribute_value http://www.terwer.com/js-iframe-parent-child-window-parent-element-to-invoke-the-methods-of-the-page-top-to-explain.html JS iframe父子页面元素调用方法 window parent top 解释 标签:http io os ar on html ad as htm 原文地址:http://www.cnblogs.com/jliuwork/p/4066417.html
子窗口调用父窗口
document.frames["ifrmBoxFrame"].me.preLoadBoxGrid();
window
是对当前窗口自身的引用
如:window.returnValue = ret;
window.close();
top
返回顶层窗口,即浏览器窗口。
如:top.frames[tabID].location = url;
top.document.frames("ifrmBoxFrame").me.executeQueryCond();
parent
返回父窗口
如:parent.$("Insheet_FrameTable").src = "";
parent.frames["Insheet_FrameSheetList"].initInsheetList(false);
下一篇:php 命名空间
文章标题:JS iframe父子页面元素调用方法 window parent top 解释
文章链接:http://soscw.com/essay/34529.html