ok, i'm going to rephrase my question,
A browser window opens another popup window. Once the user clicks the continue button on the popup window, this browser window should close.
By the way the browser window was opened with form action.
I tried
window.opener.close();
in the popup window, but that doesn't seem to work.
Does anyone know on how to close this browser window?
thank you.