My initital guess would be no as CF would already have parsed your links and CFML etc....I think it would also be a hell of a security risk if you could.
-----Original Message----- From: McCabe, Kev [mailto:[EMAIL PROTECTED] Sent: 09 July 2003 10:52 To: CF-Talk Subject: Dynamic CF_Customtag Call? Does any one know if it is possible to call a CF_CustomTag dynamically? for Example: <CFSET variable.name = "CUSTOMTAG"> <CFOUTPUT> <CF_#variable.name# option="1" /> </CFOUTPUT> So that it called a customtag called <CF_CUSTOMTAG option="1" /> Any Ideas any one tried this with no avail: <CFOUTPUT> #evaluate("<CF_"&variable.name&" option="1" />")# </CFOUTPUT> Many thanks in advanced Kev ____________________________________ Kev McCabe ETV Developer ETV Development Team Technology Development British Sky Broadcasting Tel: +44 (0)20 7941 5329 Fax: +44 (0)20 7941 5369 Mob: +44 (0)77 0350 2664 Mobex: 123 5329 Web: <http://www.sky.com> Wap: <http://mobile.sky.com> ____________________________________ ----------------------------------------------------------------------- Information in this email may be privileged, confidential and is intended exclusively for the addressee. The views expressed may not be official policy, but the personal views of the originator. If you have received it in error, please notify the sender by return e-mail and delete it from your system. You should not reproduce, distribute, store, retransmit, use or disclose its contents to anyone. Please note we reserve the right to monitor all e-mail communication through our internal and external networks. ----------------------------------------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

