iframe父调子方法,子调父方法,同级互调方法

iframe父调子方法,子调父方法,同级互调方法get

父调子方法:
main.window.toQuery();iframe

子调父方法:
parent.toMenuUrl();方法

同级互调方法:
window.parent.document.getElementById('left').contentWindow.toMenuUrl();co