Hi,
I am trying to implement timer with following functionality.
Timer interval: 80 seconds Timer functionality: Navigates to other page based on custom logic under content pages.
I came to know that it can be implemented using Custom task code(Scheduled task) but I am not sure how to navigate to other page using URL or using placeholder.
Kindly share if you know any solution.
Thanks in advance. Manmath
I would definitely do any timing within a javascript:
http://www.w3schools.com/js/js_timing.asp
Please, sign in to be able to submit a new answer.