/t5/coldfusion-discussions/parsing-a-parameter-into-cfsavecontent/td-p/881467May 20, 2006
May 20, 2006
Copy link to clipboard
Copied
Hello,
I am trying to use CFSAVECONTENT so that I can easily
maintain a bit of code that I want to use on a single web page
multiple times. However, I need to parse a parameter (variable)
into it which I don't seem to be able to do. Is this possible? If
not, is there another way of achieving this without the use of
CFINCLUDE? My website is a Fusebox 4 application.
/t5/coldfusion-discussions/parsing-a-parameter-into-cfsavecontent/m-p/881469#M81152May 20, 2006
May 20, 2006
Copy link to clipboard
Copied
If not, is there another way of achieving this without the use
of CFINCLUDE? Even if there was, why would you bother? CFINCLUDE is
arguably the most efficient re-use tool in all of Coldfusion. Then
there are CTs and UDFs, as Dan has mentioned.