I need to put multiple countdown clocks on my website?
-
I have a project at work that needs to be completed ASAP. I am trying to create a page that lists multiple countdown clocks for a variety of events. I have found a number of countdown clocks that I like but they will only allow me to embed one clock on each site. The rest simply don't show up. Can someone point me in the right direction for a script that will allow multiple (and simple!!) countdown clocks?
-
Answer:
Quick fix would be to make each clock into separate php/html file and then show those files as iFrames. That should work.
EMILY at Yahoo! Answers Visit the source
Other answers
You'd need to create multiple instances of the script like I did on the site below - feel free to grab the code
Interesting! Two ways: a clock on the user's machine (the Client), or a clock on the server (more logical). I'll look only at the Clock on server. - Several count-downs => an array of "time values". - How to store it? => a table in DB that has the "zero-time time" => a datetime value set, somewhere, in the future. - How to get it? => 1. get the current server time/date. 2. for each counter, get the time/date of the end, get the difference in seconds, store it in "the" array. => you now have an array of x seconds for each timer. - Reply to the request sending the array to a javascript on the user's machine. - Use javascript to decrement every counter. Actually, easier than I thought and "not so" interesting... EDIT: "multiple instances of the code": what a lot of B**l!
i always say : " if u want something to be done right do it ur self " ... why dont u just write one ur self ... its really not that hard ... or pick the one u like and change the coding so u can use multiple instances ...
Related Q & A:
- Do i need a custom firmware to put games on my psp?Best solution by Yahoo! Answers
- What more do I need to add to this website?Best solution by Yahoo! Answers
- I need to put VHS tapes on my computer.Best solution by Yahoo! Answers
- What do I need to put on my acting resume?Best solution by Yahoo! Answers
- I need a website where I can trade things.Best solution by thesimpledollar.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.