JavaScript sending data between windows
I recently worked on a system that needed to open a popup window. A specific action could be done on the popup window and the original window that invoked the popup required to receive the choice.
This might sound a bit crazy to build, but it's easie...
h.daily-dev-tips.com3 min read
Eduar Bastidas
The only thing I know is that I know nothing.
I was implementing something similar today, and I encountered the problem that when the parent page is reloaded, the
newWindowreference is lost. Is it possible to recover it again after a page reload?