Yeah I figured I was going to have to do something like that. Well maybe I am going at this the wrong way.
All I have are about 10 pages that have some dynamic links on them. Maybe I should make the pages static and then use the database to pull the right page via <cfinclude>. Would this make more sense? I guess this is the same as what you suggested but with out having to write it to a file first. Thanks, - Neal -----Original Message----- From: Matthew Woodward [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 4:28 PM To: [EMAIL PROTECTED] Subject: Re: cfoutput? If I understand what you're saying, I ran into this about a year ago and the admittedly kludgey solution I came up with was to pull the code from the database, write the code to a file, and then do an include. Kind of ugly but it worked. Matt ------------------------- Matthew P. Woodward [EMAIL PROTECTED] ----Original Message Follows---- From: "Bailey, Neal" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: cfoutput? Date: Fri, 7 Nov 2003 16:08:14 -0600 Ok here is another one for ya... I have a bunch of html documents stored in my database and in these documents I need to run some ColdFusion code before it's displayed. But since I'm outputting the html using ColdFusion it will not work. Is there some other way of running my cf code before or after I call it or something? Hopes this makes sense... Thanks, - Neal _________________________________________________________________ Great deals on high-speed Internet access as low as $26.95. https://broadband.msn.com (Prices may vary by service area.) ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
