Answers for "how to redirect when the alert box button is pressed"

0

html redirect after alert

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

Code answers related to "how to redirect when the alert box button is pressed"

Browse Popular Code Answers by Language