savedfilecontent

2004-01-14 Thread Robert Orlini
Isn't there a savedfilecontent attribute I can use with CFFILE? I want to create an html page using cffile action="" What can I use beside the output= line so I don't have to escape all the quotes in my code? Thx. Roberto O. HWW [Todays Threads] [This Message] [Subscriptio

RE: savedfilecontent

2004-01-14 Thread Bryan F. Hogan
cfsavecontent variable=myStuff quotes can be here /cfsavecontent cffile ... output=#variables.myStuff# -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 3:11 PM To: CF-Talk Subject: savedfilecontent Isn't there a savedfilecontent

Re: savedfilecontent

2004-01-14 Thread stas
cfsavecontent variable = myPage html /html /cfsavecontent cffile action="" file=page.html output=#myPage# - Original Message - From: Robert Orlini To: CF-Talk Sent: Wednesday, January 14, 2004 3:10 PM Subject: savedfilecontent Isn't there a savedfilecontent attribute

Re: savedfilecontent

2004-01-14 Thread brobborb
hmmm before i would put all that stuff into a variable then put it in the output attribute, cos i dunno how to escape code - Original Message - From: Robert Orlini To: CF-Talk Sent: Wednesday, January 14, 2004 2:10 PM Subject: savedfilecontent Isn't there a savedfilecontent attribute I