Chunk
02-16-2006, 10:23 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Countdown</title>
<script language="javascript" src="countdown.js"></script>
<script language="javascript">
var cd1 = new countdown('cd1');
cd1.Div = "clock1";
cd1.TargetDate = "04/16/2006 8:00 AM";
cd1.DisplayFormat = "%%D%% days, %%H%% hours, %%M%% minutes,
%%S%% seconds until Aaron gets his bike dirty";
</script>
</head>
<body>
<div id="clockwrapper"><div id="clock1">[clock]</div></div>
<br>
<script language="javascript">
<!--
cd1.Setup();
//-->
</script>
</body>
</html>
Dagnammit HTML is disabled.
A - if you copy and paste that into a file called whateverulike.html then open it in a browser window you will have your countdown timer :D
<html>
<head>
<title>Countdown</title>
<script language="javascript" src="countdown.js"></script>
<script language="javascript">
var cd1 = new countdown('cd1');
cd1.Div = "clock1";
cd1.TargetDate = "04/16/2006 8:00 AM";
cd1.DisplayFormat = "%%D%% days, %%H%% hours, %%M%% minutes,
%%S%% seconds until Aaron gets his bike dirty";
</script>
</head>
<body>
<div id="clockwrapper"><div id="clock1">[clock]</div></div>
<br>
<script language="javascript">
<!--
cd1.Setup();
//-->
</script>
</body>
</html>
Dagnammit HTML is disabled.
A - if you copy and paste that into a file called whateverulike.html then open it in a browser window you will have your countdown timer :D