I\'m using a callback from an AJAX post request to navigate to a new page, but it is not working on Internet Explorer. My code is as follows:
$.ajax({ t
window.location.href = "/step2.php" is just fine.
window.location.href = "/step2.php"