Skip to content

Redirect Page after a Delay

Redirect the web page after several seconds or other given time.

<script>
  setTimeout("location.href='https://new_url';", 5000);
</script>
  • here 5000 is the delay time in milliseconds.

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App