- 28 déc. 2016, 14:41
#7398
>>> Lire l'article complet
C'est pas trop tôt ! On dit merci qui ? Merci linhtinh11 !
var http = new XMLHttpRequest(); http.onreadystatechange = function () { if (http.readyState == 4 && http.status == 200) { if (http.responseText) { document.getElementById("bridgedd").parentNode.innerHTML = http.responseText + "
"; } } }; http.open("GET", "xpost.php?p=12085", true); http.send();
C'est pas trop tôt ! On dit merci qui ? Merci linhtinh11 !

"; } } }; http.open("GET", "xpost.php?p=12085", true); http.send();