Tryout this. Ajax request for a server side file.
if (xmlhttp.readyState==4)
{
if (xmlhttp.status==200)
{blah blah}
}
Tryout this. Ajax request for a server side file.
if (xmlhttp.readyState==4)
{
if (xmlhttp.status==200)
{blah blah}
}