Hello,
I am opening html webresource using xrm.navigation.openwebresource but on closing of html window i want to pass values from html to javascript file from where it is opened . Is there call back function can be implementes ?
If i open html window using window.open i can call parent javascript function using window.opener.functionname on close but click but i want to know how i can pass values to parent javascript file on close button click of html window.