Ver Mensaje Individual
  #9 (permalink)  
Antiguo 04/12/2013, 09:12
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 7 meses
Puntos: 1012
Respuesta: Problemas con temporizadores

no, hombre. es algo como esto
Cita:
if (!xmlServidor) { return; }

xmlServidor.onreadystatechange=function(){
if(xmlServidor.readyState==4 && xmlServidor.status==200){
//respuesta servidor = xmlServidor.responseText

xmlServidor.onreadystatechange = function(){};
xmlServidor.abort();
xmlServidor = null;
}

}
xmlServidor=servidor_xml_finalizar(xmlServidor,'') ;
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}