Ho provato anche ad inserire il mio
nel ciclo ifcodice:window.response = oReq.responseText;
Ma il risultato peggiora, non restituendo più nullacodice:function reportStatus() { if (oReq.readyState == 4) { response = oReq.responseText; window.response = oReq.responseText; alert(response); //return response; } else { //loading } }