I'm developing a web for online auction items. Each item will have a
countdown such as 00:10:00 and will go down if the user does not make a bid.
If the countdown is done then the bid will be 30 seconds.

The problem is:

How do I create a script so that the Auction does not connect to the server
every second? Connections should be made to the server if there is to do a
bid.

Thanx

Reply via email to