Link to home
Start Free TrialLog in
Avatar of ammo12kmf
ammo12kmf

asked on

Facebook Fun - Time

Hello all,

I would like to have a simple picture (I will accept a button if it's to difficult to use images) that when I click it starts a timer.  When I click stop it stops the timer and shows the time to 5 (if possible) decimal places.  I would like to do this within facebook (not in an iframe but using FBML)

Summary:
1) Click "Start"
2) Time starts ticking - Visually shows counting up on screen
3) Click "Stop"
4) Display the seconds passed, to 5dp, from when the start and stop buttons were pressed

I hope this makes sense?

Any advice would be apreciated, Alan.
Avatar of Ionut A. Tudor
Ionut A. Tudor
Flag of Romania image

i'm not aware of facebok system, but looks like you want a client side function but you posted in PHP Category, in this case you'll find better support in the EE JavaScript Category or try to explain better what you need to achieve in PHP ?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ammo12kmf
ammo12kmf

ASKER

You are right, client side is the way forward, many thanks, Alan.