On 6/13/07, Will Tomlinson wrote: > > James, > > I'm trying to add another variable to these params, but not having any > luck. I thought I had a handle on adding them, but apparenly I'm slower than > I thought. > > I need to add course=#FORM.course, because I need to use that argument in > the cfc to pre-select the course selected in the dropdown. > > How can I just append it to the front of this. I've tried a few different > ways. > > param:"eval=" + #FORM.eval# + ",T7=" + t7sel + ",T6=" + t6sel... blah > blah...
I think you'd need param:"eval=#FORM.eval#" + ",T7=" + (note the position of the # /inside/ the ") But my name ain't James. =-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281088 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

