Hey guys…
Just wanna share a simple knowledge for those who want Redirect Page with a timer setting using simple Java Script.
- Just go to any page u guys want in XPRO
- got to your Page JS
then paste this script
setTimeout(function() {
window.location.href = “your url”;
}, 5000);
as timer here is 5000ms = 5sec
thats all guys, no need plugins… less plugins use the better!
Ady