Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/08/2010, 12:25
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Respuesta: problemita en chrome

Prueba inicializando la variable, asi:

Código HTML:
function createInstance()
{
    var req=null;
    if (window.XMLHttpRequest)
         req = new XMLHttpRequest();
     else 
         alert("XHR not created");
     return(req);
};