Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/12/2007, 14:52
Avatar de MaBoRaK
MaBoRaK
 
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años
Puntos: 35
Re: Funciona en Firefox pero no en Explorer

loading...........

Esto es genérico
Código PHP:
var xmlhttp=function()
            {
                try {var 
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");} 
catch (
e) {
try {var 
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");} catch (E) {var xmlhttp false;}}if (!xmlhttp && typeof XMLHttpRequest!='undefined') {xmlhttp = new XMLHttpRequest();}if(!xmlhttp){alert("Su navegador no soporta AJAX");}
                return 
xmlhttp;
            };
var 
objetoAjax = new xmlhttp(); 
connection closed.
__________________

Maborak Technologies