Question
CSAA
CSAA
US
CSAA
Posted: May 10, 2017
Last activity: May 10, 2017
Last activity: 10 May 2017 9:34 EDT
Closed
close popup window on closing work object
Hi
I need to close a popup window whenever the parent work object from which it was opened, is closed. I already have written a control for the popup window.
If you are opening the pop up window using window.open, then you can clsoe it as well using the following :
https://developer.mozilla.org/en-US/docs/Web/API/Window/close
If you are opening the pop up window using window.open, then you can clsoe it as well using the following :
https://developer.mozilla.org/en-US/docs/Web/API/Window/close