Skip to main content

Redirect in Javascript

12th October, 2022

Updated: 12th October, 2022

    When I'll ever need this again I don’t know!

    <script type="text/javascript">function Redirect()                    {
    window.location="http://www.google.com";                    }
     document.write("You will be redirected in 3 seconds, if you are not redirected please click the link below.");
    setTimeout('Redirect()', 3000);
    </script>

    90a2dc7d-4e01-4f13-be02-3975926c293e

    Created on: 12th October, 2022

    Last updated: 12th October, 2022

    Tagged With: