Hey everyone,
I need to redirect users to a different page after 12 seconds and I do this with:
<meta content="120; url=http://www.example.com" http-equiv="refresh" />
However I’d like to show them a simple countdown so they know that this is about to happen in 12 (11, 10, 9….1, 0) seconds
This will need to be written with javascript.
Could someone possible assist me a little on this? Or at least point me to the right direction?
Thanks!


