Hi,
When we are using XmlHttpRequest to get and submit data with the webserver, please advise what would be the modus operandi to handle concurrent requests.
We would be using a syntax similar to
req = new XmlHttpRequest();
req.onreadystatechange() = function()
{
}
This req object would be erased before it the function returns for the next call.
How would be go about declaring dynamic req object in JavaScript.
Any pointers...
Vasudevan Deepak Kumar
Personal Web:
http://www.lavanyadeepak.tk/
I Blog At:
http://deepak.blogdrive.com/ and
http://deepakvasudevan.blogspot.com/