function master(){
    f1();
    f2();
    ..
    fn();
}

or am I missing something?


----- Original Message ----- 
From: "Double Down" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, December 12, 2001 6:31 PM
Subject: OT JavaScript Question


> I have several different Java Scripts that I want to run at once. All of
> them have to deal with checking a form.  I want to run all of them at
> once, but each one requires a different function, I want to combine all
> of them into one function and run them at the same time.
>  
> Can anyone help with this?
>  
> Thanks
>  
>  
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to