2 options: CFCONTENT or CFFILE

<cffile action="READ" file="Your file path and name" variable="contents">
<cfoutput>#HTMLCOdeFormat(contents)#</cfoutput>

-----Original Message-----
From: Henry Ahn [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 10:41 AM
To: CF-Talk
Subject: display all text?


This seems like I am overlooking something obvious but maybe you all cna
help.   Does anyone know a way to display all the text in a cfm file to the
browser?

We'd like to display text that includes ColdFusion and custom tag calls but
don't want to call the tags themselves.  

For example the screen should display exactly like this:

<table>
        <tr>
                <td>
                        <cf_ctCustomTag1>
                </td>
        </tr>
</table>

instead of processing the tags.  

thanks.

Henry Ahn
Next Jump, Inc. / Boston Tech
(617) 776-0890 x120

visit CollegiateWeb.Com!  It's magically delicious...

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to