Answers for "js alert and redirect"

2

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language