var lingua=document.getElementById("selectl").value; const xhttp = new XMLHttpRequest(); xhttp.open("GET", "exe.php?lingua="+lingua); xhttp.send(); }