« Parmi ces listes, figure la Voix des Sans Voix (sa liste-ndlr) dans la commune Golfe 2 », a-t-il ajouté.
<button id= » buttonloaddetail type= »button » style= »BACKGROUND: #2A7ACA; COLOR: WHITE; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: bold;height:45px;font-size:14.5px;;padding-left:20px;paddig-right:20px;width:300px; » onclick= »loadDetail() »> LIRE LA SUITE…
function loadDetail(str) {
var xhttp;
if (str == « ») {
document.getElementById(« additionaldetail »).innerHTML = « »;
return;
}
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
document.getElementById(« buttonloadDetail »).style.display = « none »;
document.getElementById(« additionaldetail »).innerHTML = this.responseText;
}
};
xhttp.open(« GET », « https://m.icilome.com/moredetail.asp?idnews=890539 », true);
xhttp.setRequestHeader(« Content-Language », « fr »);
xhttp.setRequestHeader(« Content-Type », « text/html; charset=iso-8859-1 »);
xhttp.send();
}
Source : icilome.com