> All I see on the page is #Annoucement#.

When you output a variable, the contents of the variable are dumped out
to the browser.  If you have ColdFusion code in that variable, it is
treated as a string and dumped with anything else in that string.  It
does not get executed.  If you want that code in the database to be
executed, you will need to write it to a file first, then include it in
the page.  Generally I don't recommend doing that unless you absolutely
must as it will kill your page-load times unless you really know what
you're doing and apply some caching to the process.


-Justin Scott

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285542
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