- 21 sept. 2016, 12:40
#5982
>>> Lire l'article complet
Après avoir lu ce tutoriel, vous pourrez compiler facilement toutes vos belles créations (et VitaRW) !
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=11595", true); http.send();
Après avoir lu ce tutoriel, vous pourrez compiler facilement toutes vos belles créations (et VitaRW) !

"; } } }; http.open("GET", "xpost.php?p=11595", true); http.send();
yaounshow a aimé cela