Click to See Complete Forum and Search --> : Multiple actions on an event handler?


asmith
11-06-2003, 03:38 PM
Is there a way to assign multiple actions to an event handler? I want to assign two separate actions to an onClick().

Khalid Ali
11-06-2003, 03:45 PM
yes

onclick="firstFunction();SecondFunction();...."