|
Resident Chimp
|
 |
Join Date: Nov 2000
Location: The Jungles of Borneo
|
|

Aug 2nd, 2004, 09:41 AM
You should be able to get the onClick/etc methods to call multiple functions by doing something like this:
onClick="func1(arg, arg); func2(arg, arg);"
You're really just giving it a Javascript to run when the event is detected.
|
|
|
|