Primero vamos a instanciar el objeto AJAX para ello habrá que detectar el navegador y después se creará el objeto XMLHttpRequest var peticion; function creaAjax(){ var objetoAjax=false; try { /*Para navegadores distintos a internet explorer*/ objetoAjax = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { /*Para explorer*/ objetoAjax = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) {
(Read More…)





