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.
Small world. Big idea!
- Welcome to visit the knowledge base of SRE and DevOps!
- License under CC BY-NC 4.0
- No personal information is collected
- Made with Material for MkDocs and generative AI tools
- Copyright issue feedback me#imzye.com, replace # with @
- Get latest SRE news and discuss on Discord Channel