Forum: JavaScript / DHTML / AJAX Sep 25th, 2007 |
| Replies: 13 Views: 31,826 The popup will still exist. It is just the parent window which is refreshed. So I want to store the popup reference "myRef" (var myRef = window.open(...)) before the unload of the parent window, and... |
Forum: JavaScript / DHTML / AJAX Sep 24th, 2007 |
| Replies: 13 Views: 31,826 |
Forum: JavaScript / DHTML / AJAX Sep 19th, 2007 |
| Replies: 13 Views: 31,826 Hi,
I have the same problem, and I can't achieve to serialize my popup reference.
I tried with JSON and a lot of different libraries :
var popupVar = window.open('url', 'name');
var... |