Auto Redirect Page with Timer with JavaScript

Hey guys…

Just wanna share a simple knowledge for those who want Redirect Page with a timer setting using simple Java Script.

  1. Just go to any page u guys want in XPRO
  2. got to your Page JS

image

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

Hi Ady,

Thanks for sharing it.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.