> > <INPUT TYPE="Submit" NAME="fuseaction_composer.x" VALUE="Select a
> > composer">
>
> I have just used <INPUT TYPE="Submit" NAME="fuseaction"
> VALUE="Select a
> composer"> and then handled "Select a composer" as the
> FuseAction which
> works fine (although changing the caption of the button screws up your
> index.cfm of course). Would there be any difference/benefit your way?
>
it separates the name of the fuseaction from the value on the button.
eg:
<CFIF Len(attributes.cpr_id)>
<CFSET attributes.b_composer="Edit Composer">
<CFELSE>
<CFSET attributes.b_composer="Select Composer">
</CFIF>
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.