C
Chris117
I am trying to update two different parts of a page at different
intervals. I have a setInterval() function that calls the function to
update the appropriate part of the page. When the script is run, the
two requests seem to interfere with each other. It seems that even
though two seperate requests are submitted, the server responds to both
with the same data. This happens even if completely different scripts
are called on the server side. A new XMLHttpRequest object is created
each time the update function is called (two seperate objects each time
the page is updated). I am running Firefox 2.0 using a WAMP
configuration.
intervals. I have a setInterval() function that calls the function to
update the appropriate part of the page. When the script is run, the
two requests seem to interfere with each other. It seems that even
though two seperate requests are submitted, the server responds to both
with the same data. This happens even if completely different scripts
are called on the server side. A new XMLHttpRequest object is created
each time the update function is called (two seperate objects each time
the page is updated). I am running Firefox 2.0 using a WAMP
configuration.