Code:
var showMessageResponse = function (oXML) {
// get the response text, into a variable
var response = oXML.responseText;
// update the Div to show the result from the server
document.getElementById("responseDiv").innerHTML = response;
if 1==1 {
document.form1.Email.style.backgroundColor="#FF9F9F";
};
};
Comment