I have been given a project to build a web traffic reporting system and I am
having some problems with cfselect. Specifically I need to know how to
automatically select a manually added option.

<cfselect name = "referrerFilter" 
message = "" 
size = "1" 
query = "referrerList" 
value = "referrer" 
required = "No" 
selected = "#referrerFilter#" 
passthrough='STYLE="width:120px"'>

<option value = "%">All

The manually added option 'All' should be selected when the form is
submitted and the results returned. This works for all of the values that
are populated from the query, but I just can't figure out how to make it
work for options that are added manually.

Thanks for any guidance,

Clark


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200805
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to