» home
» contact
» terms of use

FREE SCRIPTS
» new
» text
» image
» utility
» background
» animation
» date/time

FREE ONLINE TOOLS
» code generators
» text animator
» drawing animator
» color animator
» slideshow factory
» javascript speed test

FREE BASIC SNIPLETS
» alert box
» image: multi-rollover
» pop-up: centering
» more

FREE'N'CRAZY
» realtime death counter
» eyeQ
» fun ticker

RECOMMENDED LINKS
» www.dynamicdrive.com
» www.hotscripts.com





Online Generator to create dynamic countdowns
Use the online countdown generator below to create a dynamic digit or date countdown player that fits anywhere into your webpage. 4 different types to choose from. The generator works fine with Internet Explorer 6x/7x/8x, Firefox 2x/3x, Opera 7x/8x/9x/10x, Google Chrome 3x/4x/5x.


Configuration
Step 1:
- Use the green generator below in order to create a date-countdown.
- Use the blue generator below in order to create a digit-countdown.
- Click button test to view the result.
- Click button code to create the code for your countdown player.

Generator for Date-Countdown
future date the countdown player is referring to:


type of countdown player:


  


Generator for Digit-Countdown
Count from to

countdown-speed:


What happens after countdown?


  


Step 2: Open your webpage in a text editor such as Notepad, WordPad etc.

Step 3: Insert the below code between the <head>-tag and </head>-tag of your webpage.



Step 4: Insert the below code where you want the countdown player to appear on your page.


Step 5: In order to set the style (font, colors, size) just wrap the corresponding tags around the code. See CSS-sample below:

<span style="font-family:Verdana;font-size:12pt;color:#006600;border:1pt solid #006600;padding:2px;background-color:#DDFFDD"">
<script>setcountdown()</script>
</span>