ospreygozo78
Programmer
I am using ajax to have a page routinely query my server to check for any messages and if there are any for me, it will create a new pop up window using the window.open command. Further changes in the message list are reflected in this pop up and the system checks if the pop up window is there, and if not it loads it again.
The problem arises when the opener window is refreshed and the ajax code in it does not know that the pop up is still open and does not reference it to apply the changes.
Is there a way to use javascript to get a list of open pop ups so that I can tell if the pop up is open? And if so, how would I reference this pop up that was loaded in a previous page refresh?
Thanks!
The problem arises when the opener window is refreshed and the ajax code in it does not know that the pop up is still open and does not reference it to apply the changes.
Is there a way to use javascript to get a list of open pop ups so that I can tell if the pop up is open? And if so, how would I reference this pop up that was loaded in a previous page refresh?
Thanks!