How what data should I echo from the server to ajaxically redirect my page? Say, suppose this my jQuery:
$.ajax({ type: \"POST\", url
Use:
success: function(msg){ window.location = "page.html"; }