Untitled

 avatar
unknown
javascript
2 years ago
166 B
14
Indexable
var lingua=document.getElementById("selectl").value; 
  const xhttp = new XMLHttpRequest();
  xhttp.open("GET", "exe.php?lingua="+lingua);
        xhttp.send();
}
Editor is loading...