Dans la nuit du 26 passé, après que je ressentais des symptômes du coronavirus, j’ai été testé positif au virus #Covid19…
Publiée par Zaga Bambo sur Mercredi 28 octobre 2020
–
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=889246 », true);
xhttp.setRequestHeader(« Content-Language », « fr »);
xhttp.setRequestHeader(« Content-Type », « text/html; charset=iso-8859-1 »);
xhttp.send();
}
Source : icilome.com