on this auction time count down i have it working fine until the seconds get to 00.
then it starts to count down again like
23 hours
59 minutes
59 seconds
how do i stop them from continuing to count down?
here is the code from the count down display
<cfif daystogo LT 1>
<strong><img src="images/ALERT.gif" width="18" height="13"> Ends today!</strong>
<cfelse>
<cfoutput>#daystogo# days left</cfoutput>
</cfif></td>
</tr>
<tr>
<td class="dtailBOLD"><div align="center">hours left</div></td>
<td width="37%" class="main">
<cfif daystogo LT 1 AND hourstogo is 00>
<strong><img src="images/ALERT.gif" width="18" height="13"> Getting
closer!</strong>
<cfelse>
<cfoutput>#NumberFormat(hourstogo,'00')# Hours</cfoutput>
</cfif></td>
</tr>
<tr>
<td height="18" class="dtailBOLD"><div align="center">minutes
left</div></td>
<td width="37%" class="main">
<cfif daystogo LT 1 AND hourstogo IS 00 AND minutestogo IS 00>
<strong><img src="images/ALERT.gif" width="18" height="13"> You better
hurry!</strong>
<cfelse>
<cfoutput>#NumberFormat(minutestogo,'00')# minute</cfoutput>s</td>
</cfif>
</tr>
<tr>
<td height="27" class="dtailBOLD"><div align="center">seconds
left</div></td>
<td width="37%" class="main">
<cfif daystogo LT 1 AND hourstogo IS 00 AND minutestogo IS 00 AND secondstogo IS
00>
<strong><img src="images/ALERT.gif" width="18" height="13"> To Late</strong>
<cfelse>
<cfoutput>#NumberFormat(secondstogo,'00')# seconds</cfoutput></td>
</cfif>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4