Sherif
Quote:
3 input boxes which have 3 different results ,
how can i save them with only one action?
Do a Search on the forum for user input
Many different solutions.
For example:
viewtopic.php?t=2688&highlight=user+inputSome very good code and good sample file. Uses WriteField and ReadField commands.
Quote:
how i can start the stopwatch from a specific time
for ex 23sec
I did some playing around to learn some techniques on timers. Here is a sample file (2 page) in tutorial. Take a look at the 2nd page... you can start/reset the "stopwatch" multiple times. I think you can modify the action to take the new, reset starting time and simply add your 23 seconds to it.
viewtopic.php?t=3081&highlight=countdown
Cheers.