Me respondo inmediatamente, no se que pasaba, pero comente estas lineas
Código Javascript
:
Ver originalelse if (xmlhttp.readyState==4 && xmlhttp.status==200)
{
document.getElementById("txtHint").innerHTML=xmlhttp.responseText;
/*document.getElementById("preloader").innerHTML = "Cargado.";
document.getElementById("preloader").style.background = "url('anim.gif') no-repeat";*/
}
Y me funciono todo bien, no se xq antes no me funcionaba, me disculpo por haber creado este Post,
Saludos