<cfsavecontent variable="str"> <cfmenu name="test"><cfmenuitem display="Test"></cfmenuitem></cfmenu> </cfsavecontent>
<cfoutput>#str#</cfoutput> On 9/20/07, Michael Beins <[EMAIL PROTECTED]> wrote: > If you had <cfset str="<cfmenu name=""test""><cfmenuitem > display=""Test""></cfmenuitem></cfmenu>"> If you just put a > <cfoutput>#str#</cfoutput> the menu is not generated but when you look at > the source code of the web page, the menu code is in it as <cfmenu > name=""test""><cfmenuitem display=""Test""></cfmenuitem></cfmenu>. > > > How would you out put that and have cf display the menu? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288932 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

