hola!!!!
que tal si pruebas con esta funcion!!!
Código:
function nuevoAjax(){
var satelite=false;
/* Compatibilidad con FireFox, Opera y cualquier otro BUEN navegador */
if(typeof(XMLHttpRequest) != 'undefined'){
try{
var satelite = new XMLHttpRequest();
}
catch(e){ }
}
else{
/* Compatibilidad para el navegador más ASQUEROSO del planeta [ IE ] */
try{
var satelite = new ActiveXObject('Microsoft.XMLHTTP');
}
catch(e){
var satelite = new ActiveXObject('Msxml2.XMLHTTP');
}
}
return xmlhttp;
}
intenta con esa nueva función a ver si te sirve!!!!