Hi Experts
I am having issue with closing web resource closing. I am opening a popup in dynamics 365 it works fine in chrome and Edge.
I am using
window.close(); to close the popup. This is not working in IE.
I tried open(location, '_self').close(); and window.setTimeout("window.close()", 1);
no luck.
Any help in this?
Regards