Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/03/2012, 15:32
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 7 meses
Puntos: 1012
Respuesta: Soporte de AJAX en navegadores Web

es soportado por todos navegadores. pero si quieres asegurarte
Cita:
if(typeof window.XMLHttpRequest!='undefined'){
return new XMLHttpRequest();
}else{
try{
return new ActiveXObject('Microsoft.XMLHTTP');
}catch(e){
alert('Su navegador no soporta AJAX');
return false;
}
}
con esto no hace falta responder a lo otro
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}