子页调用父页

window.parent.myChart.resize();

父页调用子页

$("iframe")[0].contentWindow.myChart.resize();
05-11 15:15