PDA

View Full Version : Countdown on the frontpage..


b14ze
08-29-2007, 12:51 AM
Anyone know if you can get it for your clan site? I have one that is counting down the days Bush has left in office.. :laugh:

sturat
08-29-2007, 04:43 AM
<script language="JavaScript">
TargetDate = "11/05/2007 12:00 AM";
BackColor = "#333333";
ForeColor = "white";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds";
FinishMessage = "Call of Duty 4: Modern Warfare Out Now!";
</script>

Try putting that into the body of your html document, it will look at the time and date on your server and work out the rest

b14ze
08-30-2007, 12:14 AM
Hey thanks alot man. Im going to try and put this html into a new .php block and technically we should be in buisness. Going to try tonight thanks again!

sturat
08-30-2007, 02:06 AM
Sorry about that, the code above wont work without putting this below the other javascript

<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>