XmlHttp in popup window
Hi
I am trying to display a modeless popup window (opened by window.open) which get data from the server using xmlHttp periodically and display it.
Just after this window is opened, the opener window is submitted.
My problem is that all xmlHttp requests are returned only when the opener window is back from the server (this postback takes some time).
Until this, the readystate of the xmlHttp objects is not set to 4.
Does anyone know what can be the problem?
Thanks
Guy
|