How to Jump to homepage from another page automatically?
Author: Ionescu C.
Visited 577,
Followers 1,
Shared 0
Hello,
How can I jump from one page to HomePage (let's say), automatically after few seconds?
There is an option regarding this but only valid (from what I can see) for Entry Page - section Jump to HomePage.
I would like to have a page and after few seconds to redirect the user automatically to HomePage.
Regards,
Cristi
Posted on the
Hello Ionescu,
Into the property of your page add this one into this part
<meta http-equiv="refresh" content="15;URL=https://www.afsoftware.fr">
Here the value=15 is to wait 15 s before redicrection.
And the URL is the URL for the redirection.
Enjoy!
Axel