How do I redirect users after submit button click? My javascript isn\'t working:
Javascript
// similar behavior as an HTTP redirect window.location.replace("http://stackoverflow.com/SpecificAction.php"); // similar behavior as clicking on a link window.location.href = "http://stackoverflow.com/SpecificAction.php";