obj.onreadystatechange = function() { if(obj.readyState==4) { document.getElementById('miDiv').innerHTML += '. Bien.'; } }