I need to create a button that is transparent, to show images in the form
background. But I do need a dynamic button label.

Something like backgroundAlpha:0 on forms.

<TABLE BACKGROUND="images/AppsNavBack.jpg" ...>
<CFFORM...>
<CFINPUT type="Button" name="homebtn"
label="#Home#"
onClick="getURL(../xeelet_comhome.cfm', 'body')"
style="backgroundAlpha:0;">

Thanks a lot for any help.
Axel