Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/12/2008, 07:32
Avatar de XLogus
XLogus
 
Fecha de Ingreso: noviembre-2008
Ubicación: AQP
Mensajes: 495
Antigüedad: 16 años
Puntos: 19
Respuesta: Internet explorer No funciona con ajax

Internet Explorer marca error en esta linea:
Código:
document.getElementById('showtime').innerHTML = http.responseText;
Error: "El dato para completar la operacion no esta disponible"

Al igual como haces en esa funcion debes colocar ese if para function useHttpResponse3, 4, etc:
Código:
function useHttpResponse2() {
   if (http.readyState == 4) {
  }
}
Y Firefox ademas te detecta un error en esta linea
Código:
document.getElementById('6').style.display='';
Segun parece ese objeto no existe