I want to load a html page into my editor exmaple below but it just will not work, anyone have any better ideas?
What I need is a system where the file can be edited and update saved <cfset urlAddress="http://www.mydomain.co.uk/afile.html"> <cfhttp url="#urladdress#" method="GET" resolveurl="Yes" throwOnError="Yes"/> <cfset content = #cfhttp.fileContent#> <cfoutput> <cfform name="welcome" action=""> <cftextarea richtext="yes" name="welcomeData">#content#</cftextarea> </cfform> </cfoutput> many thanks :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320569 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

