I am trying to use the code below to open a new window but I need the value of 
the select passed to the window. Is this possible to do like this?

<cfselect name="itemID" bind="cfc:_root.data.items.getItems({itemGroupID})" 
display="itemDescription" bindonload="yes" value="itemID" selected="0" 
queryPosition="below" onchange="ColdFusion.Window.create('ItemDetails', 'Item 
Details', 
'/modules/pos/sales/new/new_sale_items_details.cfm?itemID={itemID}')"></cfselect>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343711
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to