CRM 2016 执行IFrame 子页面中函数

CRM代码:
     var iframe = Xrm.Page.getControl("IFRAME_xxx").getObject();

     iframe.contentWindow.RefreshSelf();

IFrame 代码:

var RefreshSelf = function()
{
// do something
}

猜你喜欢

转载自www.cnblogs.com/BinBinGo/p/9887266.html
CRM