as far as XMLHttpRequest() Object is concerned, it is fine, the problem is with onreadystatechange for example if I put my code this way, it works perfect.<
try using
xmlHttp.onreadystatechange = handleServerResponse;
Note the removed paranthesis.