How to implement automatic page/content navigation using scheduled custom task.

Manmath Kulkarni asked on February 14, 2017 10:08

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

Recent Answers


Jan Hermann answered on February 14, 2017 12:37

I would definitely do any timing within a javascript:

http://www.w3schools.com/js/js_timing.asp

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.