if (xmlHttp.status == 200) {
        document.getElementById("lblText").innerText = xmlHttp.responseText;
}
