I am not quite sure what you mean by continues to count up after an exact
date.
Here is a countdown timer which starts at 100 and counts down continually.
Modify as you wish
<html>
<head>
<title></title>
<script type="text/javascript">
var start = 100
function Timer()
{document.getElementById("clock").innerHTML = start
start -= 1}
function gettime()
{ setInterval("Timer()",1000) }
</script>
</head>
<body onload = "gettime()">
<span id="clock"></span>
</body>
</html>
--
Cheers,
Trevor L.
Website:
http://tandcl.homemail.com.au
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html