17/02/2015, 12:50:55
xhr.open('POST','XXX/setNewVote.html');
XXX est-il correct ?
Tu peux aussi mettre en asynchrone : xhr.open('POST','setNewVote.html',true);
XXX est-il correct ?
Tu peux aussi mettre en asynchrone : xhr.open('POST','setNewVote.html',true);