Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/02/2008, 02:23
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 2 meses
Puntos: 62
Re: ajax bien menos en ie7

Que error te da?

personalmente uso esto:
Código:
function ajaxFunction()
  { var xmlHttp;
  try { xmlHttp=new XMLHttpRequest();return xmlHttp; }
  catch (e) { try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");return xmlHttp; }
  catch (e) { try { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");return xmlHttp; }
  catch (e) { alert("Your browser does not support AJAX!");return false; }
  }}}
por lo que veo es lo mismo y a mi me funciona en IE7, tal vez el problema sea de otra cosa
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan