Default.asp中,有子框架ButtomFrame与MainFrame,想知道ButtomFrame对 MainFrame进行操作?

日期:2021-05-24 09:42:45 人气:1

Default.asp中,有子框架ButtomFrame与MainFrame,想知道ButtomFrame对 MainFrame进行操作?

var mybody=window.parent.document.getElementById("iframe1").contentWindow.document.body;

//解释一下上面的语句
//window.parent .document 得到父窗口的文档对象
//.getElementById("iframe1") 通过Id获取框架
/&#
    A+
热门评论