awaugh Posted March 21, 2023 Share Posted March 21, 2023 (edited) My company has taken over another business, I have created a landing page stating this on the taken over site with a link to our business site but how can i redirect automatically with a 5 second delay? I have tried to use the URL mapping code provided but it doesn't work how I need it to.. Edited March 21, 2023 by awaugh Link to comment
tuanphan Posted March 25, 2023 Share Posted March 25, 2023 Add this code to Landing Page Header <script> setTimeout(function(){ window.location.href = 'https://google.com'; }, 5000); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment