父页面调用Iframe的方法

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

 

Jquery 方式:

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

相关文章: