Hi all,

I have a cfquery that returns a column named HTMLText that contains a
string. This string is text that includes HTML formatting (including
hyperlinks). The hyperlinks include session variables like:

<A
HREF="#Session.TemplatePath#&Template=Redirect.cfm&Location=http://www.yahoo
..com/">Yahoo</A>

I simply run through the query results using CFOUTPUT and #HTMLText#. This
works except the session variables are not "processed", meaning they are not
replacement by the value of the session variable.

So, the question is, is there a way to "process" a query property (string)
as if it were actually typed in the ColdFusion page?

Using Win2000, CF 4.5, SQL 7.0.

Thanks!

Jon Finley


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to