1. 程式人生 > >CRM 2016 執行IFrame 子頁面中函數

CRM 2016 執行IFrame 子頁面中函數

spa getc control col window function pre frame sel

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

     iframe.contentWindow.RefreshSelf();

IFrame 代碼:

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

CRM 2016 執行IFrame 子頁面中函數