就是普通的iframe之间方法的调用,只是注意一下src就像
var childWindow = $(window.parent.document).find("iframe[src='/Admin/CheckImages/Index.aspx']")[0].contentWindow; childWindow.showCheckImage();
就是普通的iframe之间方法的调用,只是注意一下src就像
var childWindow = $(window.parent.document).find("iframe[src='/Admin/CheckImages/Index.aspx']")[0].contentWindow; childWindow.showCheckImage();