I would worry about using that many javascript:'s the following would do the
same thing:-)

onsubmit="javascript:MyFunction1(); MyFunction2(); MyFunction3);
MyFunction4();"





-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 22 February 2001 10:53
To: CF-Talk
Subject: RE: Two functions with a single onClick?


Haven't used this with onclick, but this works with onsubmit, so I imagine
it would be no different
onsubmit="javascript:MyFunction1();javascript:MyFunction2();javascript:MyFun
ction3();javascript:MyFunction4();"

-----Original Message-----
From: Les Irvin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 4:58 PM
To: CF-Talk
Subject: Two functions with a single onClick?


Can more than one javascript function be performed with a single 
onClick?  If so, how would it be written?
Thanks,
Les
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to