Answered
Create an entire web page using cffile
I would like to create an entire web page using cffile..
it seems that the output attribute is where you put the content like:
output="this is a test."
Q: so how do you add the full .htm content inside .... output=""
... where there will be lots of other double quotes?
(if it involves 'escaping' characters - then I'll need some help with that.)
Also : is it possible that the content could be some data combined with an cfinclude - i get errors when i try this...
it seems that the output attribute is where you put the content like:
output="this is a test."
Q: so how do you add the full .htm content inside .... output=""
... where there will be lots of other double quotes?
(if it involves 'escaping' characters - then I'll need some help with that.)
Also : is it possible that the content could be some data combined with an cfinclude - i get errors when i try this...
