Re: 'Server.HTMLEncode'

  •  05-30-2004, 11:19 AM

    Re: 'Server.HTMLEncode'

    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

View Complete Thread