Advertisement

07.20.2008 at 05:40PM PDT, ID: 23580674
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.5

Detailed javascript counter required

Asked by superphonic in Asynchronous Javascript and XML (AJAX), Dynamic HTML (DHTML), JScript

Tags: ,

Hi all,

I have looked everywhere but am unable to find a countdown script that does what I am after. The script is for a auction site, and needs to count down in days, hours, minutes and seconds. I need to be able to place multiple (up to 30) countdown timers on one page, each counting down to a different date when the auction closes. I need to be able to simply place a div where I want the countdown to go, for example <div class="styling" id="unique_auction_ID"></div>. I need the countdown to use the server time, which I can populate into the html when it is outputed by php. I have seen the following on another auction site:

<div class="timeleftBig" id="auction3210"></div>

<script type="text/javascript">
var auction_time3210 = new cbCounter("auction3210", "auction_time3210", "July 21, 2008 00:42:42", "July 23, 2008 14:00:00", "", "Auction Closed")
auction_time3210.updateTime()
</script>

<div class="timeleftBig" id="auction3211"></div>

<script type="text/javascript">
var auction_time3211 = new cbCounter("auction3211", "auction_time3210", "July 21, 2008 00:42:42", "July 26, 2008 12:00:00", "", "Auction Closed")
auction_time3211.updateTime()
</script>

etc... for each auction. I can see in the cbcounter, the first variable is the name of the div to place the counter, not sure what the second is, the third in the server time when the page was loaded, the forth is the date and time to count down to, and the fith is the text to display when the count down has finished. I basically need the backend javascript that will make the above code work. like I say I have no problem populating the various variables in the scrips above, its just the javascript that I need. I don't know javascript at all.

Any help very welcome. ThanksStart Free Trial
[+][-]07.21.2008 at 04:26PM PDT, ID: 22055317

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 04:30PM PDT, ID: 22055330

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 04:49PM PDT, ID: 22055436

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:01PM PDT, ID: 22055482

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:05PM PDT, ID: 22055504

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:09PM PDT, ID: 22055518

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:10PM PDT, ID: 22055521

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:14PM PDT, ID: 22055534

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:16PM PDT, ID: 22055540

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:20PM PDT, ID: 22055559

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:33PM PDT, ID: 22055624

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:37PM PDT, ID: 22055643

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:52PM PDT, ID: 22055720

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Asynchronous Javascript and XML (AJAX), Dynamic HTML (DHTML), JScript
Tags: javascript, FF 2+ IE 6+
Sign Up Now!
Solution Provided By: Lolly-Ink
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07.21.2008 at 06:01PM PDT, ID: 22055761

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 06:09PM PDT, ID: 22055784

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 06:11PM PDT, ID: 22055795

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628