<cfselect name="SAttending" style="background-color:FFFF99" onchange="this.form.STS.value = this.options[this.selectedIndex].value*545;">
think that should do it. 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 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:232354 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
