Click to See Complete Forum and Search --> : can one event trigger 2 functions?


johnn
04-03-2003, 04:37 AM
Can an event trigger 2 functions and pass the same value to both functions, or even a different value?

thanks.

Ice3T
04-03-2003, 05:00 AM
yes

onEvent="funct1(),funct2(),funct3()"

, seperates the actions.
To send a value to the functions just put what you want between the ()