こんにちは、アラートではなく div に応答を出力するように、以下のスクリプトを少し変更したいと思います。太字のセクションを参照してください。どんな助けでも大歓迎です!
function processResponse() {
if (gateway.readyState == 4 && gateway.status == 200) {
alert("Done loading!\n\nThe response from the PHP script was: "+gateway.responseText);
}
}