How an event (click etc ..) can trigger an action on the next page?

Hi everyone,

I would like to know how an action can be triggered an action on the next page. More precisely, what I would like is to trigger a timer when I click on the button which drive me on the next page ?

Regards

Yacine TAZDAIT

Hello,

one way is following.
You can do a redirect and send a parameter in the URL e.g. timer = run.
Then you can read the URL on page load on the next page and set the timer accordingly to the parameter.

This topic was automatically closed after 70 days. New replies are no longer allowed.