I changed the line:
'Response.Write ("<input name="""&ID&"_HTMLContent"" id="""&ID&"_HTMLContent"" type=""hidden"" value=""" & Server.HTMLEncode( s_Text ) & """/>")
To:
'Response.Write ("<input name="""&ID&"_HTMLContent"" id="""&ID&"_HTMLContent"" type=""hidden"" value=""" & s_Text & """/>")
in include_CuteEditor.asp and everthing works fine. Hopefully the ServerHTMLEncode having been removed will not cause other downstream problems.
Any other suggestions?
Elliot