js iframe 与 父窗体的调用
时间:2014-06-18 10:03:13
收藏:0
阅读:253
调子窗体
window.document.getElementById(‘vocabularymanagerIframe‘).contentWindow.gridStoreReload(obj);
调父窗体
window.parent.reloadVocabularyGrid(obj);
评论(0)