frameset 框架传值点滴
1、子frame调用主框架值
eg:window.parent.document.all.test.value
2、主框架刷新子框架
eg:document.all.testfram.src = "framexx.aspx";
3、子frame调用主框架function
eg:document.parentWindow.parent.execScript("mainfunction()");
eg:window.parent.document.all.test.value
2、主框架刷新子框架
eg:document.all.testfram.src = "framexx.aspx";
3、子frame调用主框架function
eg:document.parentWindow.parent.execScript("mainfunction()");
posted on 2007-04-11 17:07 freeliver54 阅读(933) 评论(1) 编辑 收藏 举报