we typically wrap the content inside the cfsavecontent tag with cfoutput tags. so it would look like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> </head> <body> <p>First time: <cfsavecontent variable="Content"><cfoutput>Test content here</cfoutput></cfsavecontent></p> <p>Second time: <cfoutput>#Content#</cfoutput></p> </body> </html> On Sat, 29 Jan 2005 18:06:02 -0800, Bob Haroche <[EMAIL PROTECTED]> wrote: > On a MX server, I'm finding that whatever I wrap in <cfsavecontent> > tags is suppressed, but is available for output later as a saved > variable. Here's an example -- when displayed in the browser, the > "Test content here" phrase appears only the second time not the first. > I'm sure I'm overlooking something simple. I have tried wrapping > <cfoutput> tags around the <cfsavecontent> tags without luck. Thanks. > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html> > <head> > <title>Untitled Document</title> > </head> > <body> > <p>First time: <cfsavecontent variable="Content">Test content > here</cfsavecontent></p> > <p>Second time: <cfoutput>#Content#</cfoutput></p> > </body> > </html> > > ------------- > Regards, > Bob Haroche > O n P o i n t S o l u t i o n s > www.OnPointSolutions.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192226 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

