Hi, I would like to know how I would go about creating a javascript or a PHP script that makes a counter that counts down from 2 minutes.
I want this to count down in both seconds and minutes together.
Also when the counter reaches 0, can it load a new page in a new window, and update the page it is loaded on.
eg i have index.php and header.php and countdown.php - The script goes in countdown.php and then when the script reaches 0 the countdown php page refreshes automatically, and the countdown resets, so when the page has refreshed the counter is counting again.
ta, Madman