Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/11/2005, 07:17
Avatar de SiR.CARAJ0DIDA
SiR.CARAJ0DIDA
 
Fecha de Ingreso: junio-2004
Ubicación: Acá
Mensajes: 1.166
Antigüedad: 19 años, 10 meses
Puntos: 4
esto ya se habló 760 veces. cuando recibis los datos aca le metes un abort() solo para IE, asi que debes crear una variable que detecte navegador.

if (_ajax.readyState==4)
{
contenedor.innerHTML = _ajax.responseText;
if (IE) _ajax.abort();
}

bueno aca pongo mi codigo:
var OPERA = (/Opera/i.test(window.navigator.userAgent));
var IE = (/MSIE/i.test(window.navigator.userAgent) && !OPERA);
var MOZ = (/(Firefox|gecko)/i.test(window.navigator.userAgent));
__________________
Internet Explorer SuckS
Download FireFox