CuteEditor for ASP 6.6 Class Library

Editor.EnableStripScriptTags Property

Specifies whether to remove inject script before write the string into the db.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Specifies whether to remove inject script before write the string into the db.
           editor.EnableStripScriptTags = false
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace