The to programming is not to repeat. Anyway, you can call a function from
a function. 
function a (){ 
        b();
}
function b (){
        alert "hi";
}

On Wed, 12 Dec 2001, Double Down wrote:

> 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