10 Minute Countdown Timer Script
’9:59′ –> ’0:00′
- Counts down from 10:00 to 0:00. Can redirect to another page once it hits 0:00
> Download: http://stmforum.com/files/scripts/countdown.zip
this script i downloaded ,but cant set up . somebody can help me
thnaks
Put this code inside your <head></head> tags:
<script type="text/javascript" src="countdown.js"></script>
<form name="cd"> <input id="txt" readonly="true" type="text" value="10:00" border="0" name="disp" style="border:0px;"> </form>