Multiple counters are not *necessary* for this, assuming you mean
count down timers to the end of the bidding for each item.  Just need
to display (formatted) the difference between 'now' and the bid end
time (watching for timezone differences).

If you mean counters for different numbers of bids for each items,
that is different.  Assuming you want the counts to update without a
full page refresh, you will need to have something like an ajax
'heartbeat' process, to query the back end [database] for updates.
Totally different animal.

On Aug 6, 12:09 am, dhruven <[email protected]> wrote:
> Hi everybody,
>               I am new to web developing and I want to develop an
> auction site. I have observed that all auction websites use multiple
> counters. I have no idea of implementing multiple counter. Please help
> me out if you are aware of it.
> Regards,
> Dhruven Shah

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to