some javascript...

in the cfselect

onChange = "sts.value = this.options [this.selectedIndex].value * 545"

or something like that?

tw

On 4/12/07, John Eubanks <[EMAIL PROTECTED]> wrote:
> I have a select box, and need to populate a text box with the value x 545.  
> Any suggestions:
>
> #####################################################################################
> <td valign="top">
>   <cfselect name="SAttending" style="background-color:FFFF99">
>         <option value="1">1
>         <option value="2">2
>   </cfselect>
> </td>
> <td width="5"></td>
> <td valign="top" class="style5">@</td>
> <td valign="top" class="style5"> $545 ea.</td>
> <td width="5"></td>
> <td valign="top"><span class="style5">$</span>
>   <cfinput name="STS" type="text" size="5" style="background-color:FFFF99" 
> value="">
> </td>
> ####################################################################################
>
> Any help would be greatly appreciated.
>
> John
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:232355
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to