1) Script Title:
Universal Countdown Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...lcountdown.htm
3) Describe problem:
I'm trying to create a web page with 5 countdown
but the target date is different for every div.
i tryied changing only this part of the body for 2 different target but i can see only one countdown:
Code:var launchdate=new cdLocalTime("cdcontainer", "server-php", 0, "April 23, 2010 15:53:00", "debugmode") launchdate.displaycountdown("days", formatresults2) var launchdate=new cdLocalTime("cdcontainer", "server-php", 0, "April 24, 2010 15:53:00", "debugmode") launchdate.displaycountdown("days", formatresults2)
i know that i can use the code five times changing only the functions name but it will be too heavy for the site..
do you know a better solution?
thank you![]()




Reply With Quote


Bookmarks