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.<
use this xmlHttp.onreadystatechange = handleServerResponse
xmlHttp.onreadystatechange = handleServerResponse
then write as function handleServerResponse(xmlHttp) it will work