> Can more than one javascript function be performed with a
> single onClick?  If so, how would it be written?

Les

You can put any amount of JavaScript code in an HTML
onClick event. eg

<input type = "button" onClick="doThis(x);doThat();a=b">

You are only restricted to one function if you want to
dynamically assign an event handler to a DOM object in
JavaScript.

Nick


**********************************************************************
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**********************************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to