Ineed to run a timer, let's say for two minutes as someone goes through a series of forms. At the end of the countdown (ie: if the counter runs down to zero and the final page is submitted) the user gets an ENDING page.
My question is how can I best run a timer that will display the minute and seconds remaining when a page is first displayed (not a running countdown -- more like "You have 1 minute 38 seconds remaining") AND how can I pass the correct countdown value in my form when the user submits their current page, so the next page knows to continue the countdown at 60 seconds remaining or 2 minutes, 39 seconds remaining, etc...
Thanks!