Author Topic: Time Counter using javascript  (Read 715 times)

0 Members and 1 Guest are viewing this topic.

Offline RajyalakshmiKTopic starter

  • Irregular
  • Posts: 2
    • View Profile
Time Counter using javascript
« on: July 03, 2009, 07:45:54 AM »
Hi Friends,
I m having some problem related to timer.I m displaying the time and decrementing the seconds using javascript in my while.I am displaying decremented time using div.My problem i need to increment time when i click the button.How to increment time. Please help me on this

Offline Mark Baker

  • Addict
  • Posts: 1,586
  • Gender: Male
    • View Profile
Re: Time Counter using javascript
« Reply #1 on: July 03, 2009, 08:05:30 AM »
You might be better off asking in a javascript forum
9 out of 10 PHP problems can be resolved by setting
Code: (php) [Select]
error_reporting(E_ALL);
ini_set('display_errors', 1);
php -l <filename> will identify 9 out of the remaining 10 problems
Remember, the command line is your friend
Development Projects: PHPExcel and PHPPowerPoint