Javascript: persist window object reference?
My javascript code open some windows trough: var win = window.open(); I store the win refernce in an array with all the other opened windows. Everything works fine, until the opener is refreshed. So what i'd like to achive is to get back all the references to the opened windows when the "master" window is loaded. To realize this i have to: 1. persist all the references on unload 2. get back the references on load 3. update the references with the new opener Is it possible? if so how? This sounds very complicated (read: problematic). What you're asking has been an issue since way back and goes