需要使用iframeElement.contentWindow; 

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

 

相关文章: