Answers for "redirect to success page javascript"

3

js alert and redirect

echo ("<script LANGUAGE='JavaScript'>
    window.alert('Succesfully Updated');
    window.location.href='http://someplace.com';
    </script>");
Posted by: Guest on July-18-2020
56

javascript redirect page

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019

Code answers related to "redirect to success page javascript"

Browse Popular Code Answers by Language