@Ajax.ActionLink
请求成功时,跳转到另外一个页面
return JavaScript("window.location = 'http://www.google.co.uk'"); // return Redirect(strUrl); 这种不行
请求失败时,弹出提示消息
return Json(new { msg = "跨系统登录失败!" });
参考:http://stackoverflow.com/questions/1538523/how-to-get-an-asp-net-mvc-ajax-response-to-redirect-to-new-page-instead-of-inser