Browse by Tags

All Tags » CDATA
Sorry, but there are no more tags available to filter with.
  • CDATA in scripts

    Is there a way to disable the CDATA injection around my scripts? IE ignores script in CDATA sections. Our work around is to comment out the CDATA tags after they are injected - which makes IE happy - but our non-technical users confused...   It happens when we toggle between HTML and Normal mode (client side) and when we postback and ...
    Posted to Cute Editor for .NET (Forum) by mikea on August 15, 2006
  • Re: CDATA Tag question?

    Roger,   Please try:     // get the cute editor instance    var editor1 = document.getElementById('<%=Editor1.ClientID%>');    var html=''Hi <!-- <![CDATA[document.write('Hello World!');]]>//-->'';    editor1.PasteHTML(html);   Keep me ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2006