在ajax调用成功后,尝试重定向到不同的页面。我的ajax调用运行得很好,但是我不知道如何让重定向工作。$(".approve").on("click", function (e) { url: "@Url.Action("ApproveNewUser}).done(function (data) {
to
var data = "This data i would like to retrieve and print in the main.html page after success call in ajax";
url: "/user", data: JSONobj, success: function(