Hi Guys,
Our company own a lot of domains and want to put a short page of copy on each address along with keywords before redirecting the user to our main site.
I have been able to get the page to load the main site after the desired time using this code in the head...
That works perfectly, I am now trying to display a countdown timer from 40 seconds down to 0, and on 0 redirect the user. Saying something like "You will be redirected in XX seconds".
Is there anyway of doing this? I've been searching google for the answers with no luck and can only seem to find timers that countdown to a set date.
Thanks in advance!
Ria
Our company own a lot of domains and want to put a short page of copy on each address along with keywords before redirecting the user to our main site.
I have been able to get the page to load the main site after the desired time using this code in the head...
<META HTTP-EQUIV="refresh" CONTENT="40;URL=http://webaddress.com/">
Is there anyway of doing this? I've been searching google for the answers with no luck and can only seem to find timers that countdown to a set date.
Thanks in advance!
Ria
Comment