how to redirect to a new url after ajax success code example Example: ajax redirect in success success: function(msg){ window.location = "page.html"; }