Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/08/2011, 14:18
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Internet Explorer v8 no realiza funcion a la primera

me refiero a esto
Cita:
function creaObj() {
var XMLHttpRequestObj = false;
.......

}
return XMLHttpRequestObj;
}

function sendWithPOST(pagina, datos, obj)
{
var XMLHttpRequestObj = creaObj();

var div = document.getElementById(obj);
.....