View Single Post
  #13  
AChimp AChimp is offline
Resident Chimp
AChimp's Avatar
Join Date: Nov 2000
Location: The Jungles of Borneo
AChimp is probably a real personAChimp is probably a real person
Old 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.
Reply With Quote