I have a popup window from which I want to retrieve a value, I want to send the value back to the page that initiated the popup window. I want to avoid using php if that’s possible?
Can someone tell me if this is possible, if so can it be done with javascript? And how could I start with it?
I have a popup window from which I want to retrieve a value, I
Share
Yes:
In your child window, you can now call
callbackas if it was defined there: