父页面 调用iframe方法

父页面调用Iframe的方法

document.getElementById("tabIf0").contentWindow.Search();  

Jquery 方式:

$("#tabIf0")[0]..contentWindow.Search();  

原文地址:https://www.cnblogs.com/chencidi/p/3670056.html