I have a web page where I describe how to use bits of code. I don't want the code to enact, but to just display the actual line of code. I thought that changing the file to .html will do it cause it won't go through the CF Server. But the html code is in a frameset that IS .cfm. I can't change the frame-set, so how do I get the line of code to not enact and just display, letter for letter, as is?
<strong>Passthrough</strong><br> Basically, in almost all situations, all you have to do to give a page publica ccess without a site login is to change the line:<br> <cfinclude template="../common/include3.cfm"><br> to<br> <cfinclude template="../common/include3_passthrough.cfm"><br> <br> essentially adding a "_passthrough" to the name. -- Daniel Kessler College of Health and Human Performance University of Maryland Suite 2387 Valley Drive College Park, MD 20742-2611 Phone: 301-405-2545 http://hhp.umd.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266144 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

