You could create a file, write the tag into it and then include that file.

<cfset lessThan = "<">

<cfoutput>

<cfsavecontent variable="code">
#lessThan#cfoutput>##SERVER.OS.Name###lessThan#/cfoutput>
</cfsavecontent>

</cfoutput>

<cffile action="WRITE" file="#ExpandPath('.')#\code.cfm" output="#code#">

<cfinclude template="code.cfm">

Not very pretty though!

Ade

-----Original Message-----
From: Robert Everland III [mailto:[EMAIL PROTECTED]
Sent: 03 January 2006 15:12
To: CF-Talk
Subject: Executing code


Does anyone know a way to execute cftags later on, like a string without
using cf_evaluate? I am converting Lighthouse Pro to work in CFMX 6.1 and
want to try and use the same application for everything and there are a
couple new attributes in some cftags that are 7 only and throw an error when
run in CFMX 6. If no one has an option I will just do a try and catch and
execute the code without the attribute.



Bob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228245
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to