网页框刷新自定义js报错:
Cannot read property \'contentWindow\' of null
JS是这样的:
var parent = window.parent;
var iframe = parent.document.getElementById('rHIframe0');
iframe.contentWindow.location.reload(true);
JS实现决策报表中网页框刷新-https://help.fanruan.com/finereport/doc-view-2576.html
用parent 需要是打开的对话框才可以。