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