exact
c'est déjà lancer depuis 1h presque avec çaje vous tiens au courantCode:
1
2
3
4
5
6
7
8
9 XhrObj.onreadystatechange = function() { if (XhrObj.readyState == 4 && XhrObj.status == 200) { content.innerHTML="yep"; } else{ content.innerHTML="Cb Error"; } }
mon titre n'est peut-être pas top ... je suis d'accord :(