I am opening a popup window (JSP page) using JavaScript.
I am setting some value in the popup and doing window.close().
Now, I am to return that value to the main page from where I had opened the popup through JavaScript.
How can I retrieve the value?
In your jsp page add this :
Then in your popup jsp, before calling
window.close, add this line :