1、父页面调用iframe中的函数: document.getElementById('myframe').contentWidow.fun1();2、在iframe中调用父页面中的函数: window.parent.fun2();//注意不能再文件模式下运行,要在网站发布后才可使用。