Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/08/2008, 16:29
alfil123
 
Fecha de Ingreso: agosto-2005
Mensajes: 722
Antigüedad: 18 años, 8 meses
Puntos: 2
Respuesta: problemas en mostrar datos con ajax

este es el objeto


Código PHP:
function objetoAjax(){
 var 
xmlhttp=false;
 try {
 
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
 } catch (
e) {
 try {
 
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
 } catch (
E) {
 
xmlhttp false;
 }
 }
 if (!
xmlhttp && typeof XMLHttpRequest!='undefined') {
   
xmlhttp = new XMLHttpRequest();
   }
   return 
xmlhttp;




creo que el problema esta en la forma que se destruye el objeto ajax