怎样获取iframe节点的window对象
需要使用iframeElement.contentWindow;
var frame = document.getElementById('theFrame'); var frameWindow = frame.contentWindow;
需要使用iframeElement.contentWindow;
var frame = document.getElementById('theFrame'); var frameWindow = frame.contentWindow;