怎样获取iframe节点的window对象

需要使用iframeElement.contentWindow; 

var frame = document.getElementById('theFrame');
var frameWindow = frame.contentWindow;

 

posted on 2019-10-22 12:31  aisowe  阅读(3476)  评论(0编辑  收藏  举报

导航