Find jobs - Wordpress Themes - Debt Consolidation - Debt Consolidation - Krakow poland hotels

PDA

View Full Version : Countdown script that works with XHTML strict


PoPSiCLe
Apr 19th 2009, 5:06 pm
Hi.

I'm looking for a basic countdown script which will work with XHTML strict (ie. not use any form of document.write)

Does anyone have this available?

What I need is a script where I can pull info from a database, and use this as values (for instance, the date it will be counting down to, and a way to get values for the text). But basically I just need a javascript which will take a variable for text and date, and countdown until that date, and then display a message that the countdown is finished - very basic countdown script.

The rest I'll be able to "hack together" myself, I guess.

Any help will be much appreciated!

PoPSiCLe
Apr 21st 2009, 3:55 pm
Anyone have anything like this available? Or hints as to where I can read up on making something like this?

JavaScriptBank.com
Apr 22nd 2009, 11:20 pm
some Counter Javascripts (http://www.javascriptbank.com/javascript/time/counter/) from my JavaScript library (http://www.javascriptbank.com/) that perhap you need

PoPSiCLe
Apr 23rd 2009, 7:55 am
Thanks! I found what I was looking for among the scripts there! A little tweaking, and it all works now! :D