WociallGlycle
New Member
I have been trying to place multiple onclick events to one single button, but I am a little confused as how to do it properly.AIMWhen the user clicks 'Start', this should:
- Change the value of the button to 'Stop'
- Activate function getLocation ()
- Activate function startTimer ()
- Change the value of the button to 'Start'
- Activate function clearWatch ()
- Activate function stopTimer ()