Intercept close Popup from Parent Page
- by sangi
Hi all,
I have a question.
In an html page, I have javascript code that allows me to open and close a popup window by clicking on a link displayed in the link, so the text displayed in the link changes to the state of the popup window (open-closed).
With a variable true / false I manage the opening and closing of the popup window to
click on a…