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()
%>
Editor Class | CuteEditor Namespace