Question
1
Replies
1523
Views
CSAA
Posted: May 10, 2017
Last activity: May 10, 2017
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