On Oct 19, 2007 9:41 AM, Brad Wood <[EMAIL PROTECTED]> wrote: > If by source, you mean HTML and JavaScript the short answer is no. > There are things you can do (JS encryption, disable right click, etc.) > but ultimately none of those are CF-related. Since you cannot control > the client (browser) there is no surefire way to stop anyone. > > Well, I guess one way would be to re-write your site using Flex. Swf > files are compiled... :) > > ~Brad >
The source code is meant to be sexy. In that if you view the source it's all inline, indented and looks clean what would you want to hide? I see some people who still choose to use HTML comments in their layout design because it gives the reader a sense of where they are in the code which is difficult to understand in todays css / div world. View source is your friend, not enemy. If you want to hide origins of things, call them using <cfsavecontent>. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294272 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

