$.get("demo_test.asp", function(data){ //change demo_test.asp to your server route alert("Data: " + data); });