Untitled

mail@pastecode.io avatarunknown
javascript
22 days ago
166 B
6
Indexable
Never
var lingua=document.getElementById("selectl").value; 
  const xhttp = new XMLHttpRequest();
  xhttp.open("GET", "exe.php?lingua="+lingua);
        xhttp.send();
}