Inject script filter

  •  12-27-2006, 12:38 PM

    Inject script filter

     

    Editor.EnableStripScriptTags Property
    Specifies whether to remove inject script before write the string into the db. When this property is set to true (the default) Cute Editor strips all script elements and script contents from the html.

    My question has nothing to do with writing to the db. It has to do with loading the file using LoadHTML:
     

    This is occurring when I use the LoadHTML function to load an HTML page. It has nothing to do with writing a string into the db.
     
    CuteEditor appears to be stripping some of the script code and inserting the referenced comment.
     
    Am I wrong?
     
    If not, how do I fix this?
     
View Complete Thread