Home > Questions and Answers > General Questions

how do i put this script in my landing page? thanks (2)


06-22-2011 09:30 PM #1 affdai (Member)
how do i put this script in my landing page? thanks

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


06-22-2011 09:44 PM #2 ppvnewbie (Member)

Put this code inside your <head></head> tags:

Code:
<script type="text/javascript" src="countdown.js"></script>
And this where you want to show your counter:

Code:
<form name="cd">
<input id="txt" readonly="true" type="text" value="10:00" border="0" name="disp" style="border:0px;">
</form>
That's it!


Home > Questions and Answers > General Questions