How to auto clicking a link with referrer or auto redirect a link with referrer?
As I have tested, using location.href and location.replace will not pass referrer to next page. Any method?
How to auto clicking a link with referrer or auto redirect a link with
Share
you can go through this
where N is the approximate number of seconds that you want the current web page to be displayed before the browser automatically goes to the other web address. If N = 0, then the browser should go immediately to the other web address.
for more details check here
or you can also use this