$.ajax({ type: "POST", url: "page2.php", data: "name=Mercedes", cache: false, success: function(text){ alert(text); } });