Re: XSS Problem

  •  09-16-2010, 8:47 AM

    Re: XSS Problem

    Dear andriex,
     
    Did you set EnableStripScriptTags="false"?
    Please change:
    <CE:Editor id="Editor1"  EnableStripScriptTags="false" runat="server" ></CE:Editor>
    to:
    <CE:Editor id="Editor1"  runat="server" ></CE:Editor>
    and try it again.
     
    You can find related topic in http://cutesoft.net/forums/thread/41655.aspx 
     
    Thank you for asking
    Eric@cutesoft.net
          
View Complete Thread