ResponseContent.stateside == 200) {//Display the text string on the asp page using the div tag. Text text = response.responseContent.responseText.text;} else {string text; if (response.responseContent.stateside==400) {//Display the text “Hello World!” text = response.responseContent.responseText.responseText;} else {//Display the “Hello World!” string via “Text” HTML tag. }} HTML Object Tag — W3Schools The