TimUSA Posted January 12, 2008 Share Posted January 12, 2008 I run a gaming site and we have events as follows: Sunday / Wed / Friday 0100 GMT 0600 GMT 0900 GMT 2000 GMT as for right now, I am using this script fo countdown, but obviously the problem is I am constantly having to change it 4x per day / every 3 days <center><script language="JavaScript"> TargetDate = "01/13/2008 1:00 AM UTC"; ForeColor = "black"; CountActive = true; CountStepper = -1; LeadingZero = true; DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes until Zone A races."; FinishMessage = "Zone A races have started."; </script> <script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script></center> is there a script out there somewhere that will automatically loop so i dont have to keep messing with this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.