WAs wondering if anyone here has used sothinks dhtmlMenu? I am trying to use a 
dynamic select in it, and cannot get it to work. The error I get is an invalid 
token found for <cfloop> I can get it to work for just doing a dynamic dropdown 
menu, but not with a select

Code:

stm_ep();
/*<SELECT name="search_cats" label="" required="no"><OPTION value="0" 
selected>Search All Categories</OPTION>
<CFLOOP query="allMainCats">
<OPTION value="#AllMainCats.categoryID#" <cfif isDefined("url.cid") AND url.cid 
eq 
AllmainCats.categoryID>Selected<cfelse></cfif>>#allMainCats.CategoryName#</OPTION>
*/
stm_aix("p0i1","p0i0",[1,"","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0]);
/*</CFLOOP>
</SELECT>
*/


Doug B.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268642
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to