req.onreadystatechange = responseHandler; req.open("GET", url, true);
http://en.wikipedia.org/wiki/XMLHttpRequest#Reusing_XMLHttpRequest_Object_in_IE
Mathias
req.onreadystatechange = responseHandler; req.open("GET", url, true);
http://en.wikipedia.org/wiki/XMLHttpRequest#Reusing_XMLHttpRequest_Object_in_IE
Mathias