Untitled

mail@pastecode.io avatar
unknown
javascript
a year ago
166 B
10
Indexable
Never
var lingua=document.getElementById("selectl").value; 
  const xhttp = new XMLHttpRequest();
  xhttp.open("GET", "exe.php?lingua="+lingua);
        xhttp.send();
}