Ver Mensaje Individual
  #7 (permalink)  
Antiguo 29/07/2008, 14:30
Avatar de salbatore
salbatore
 
Fecha de Ingreso: abril-2007
Ubicación: Springfield
Mensajes: 1.567
Antigüedad: 17 años, 1 mes
Puntos: 19
Respuesta: Safari y ajax

Hola de nuevo...

Lo he probado de todas las maneras pero no muestra el cargador en Safari.

Pongo el codigo para haber si me ayudais mejor, jeje:

ajax.onreadystatechange=function() {

Código PHP:
ajax.onreadystatechange=function() {

if (
ajax.readyState!=4){

document.getElementById(capa).innerHTML "cargando";

}  else {
document.getElementById(capa).innerHTML "listo";
}


¿Que hago mal, yo lo veo bien escrito... no?