if(!document.getElementById("mp_covid19_container")){ var id_elemento = document.getElementById("mp_protocolo_covid_19").getAttribute("id_elemento"); var tipo_elemento = document.getElementById("mp_protocolo_covid_19").getAttribute("tipo_elemento"); var id_destino = document.getElementById("mp_protocolo_covid_19").getAttribute("id_destino"); var id_punto_venta = document.getElementById("mp_protocolo_covid_19").getAttribute("id_punto_venta"); var id_idioma = document.getElementById("mp_protocolo_covid_19").getAttribute("id_idioma"); var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { if(!document.getElementById("mp_covid19_container")){ document.getElementById("mp_protocolo_covid_19").parentNode.innerHTML += this.responseText; } } }; xhttp.open("GET", "https://www.mrplan.es/scr/modulos/TConfCasa/test/test_motor.php?tipo_elemento="+tipo_elemento+"&id_elemento="+id_elemento+"&id_destino="+id_destino+"&id_idioma="+id_idioma+"&id_punto_venta="+id_punto_venta, true); xhttp.send(); }