I followed the example provided here to load a external third party url in a child window. The issue that I am facing is that in IE if (child.closed)
is true when child window is in a different domain. Is there any workaround for this behavior of IE?
The answer says that this the code was verified in IE10, I am using IE11. Not sure if this was changed in the later versions of IE.