StripScriptTagsFromInput for onmouseover events

  •  02-28-2008, 1:50 PM

    StripScriptTagsFromInput for onmouseover events

    I am trying to use CuteEditor.EditorUtility.StripScriptTagsFromInput to remove user entered scripts from a lightweight user input box, without removing HTML.  I've noticed that this only seems to remove explicit script tags, but does not remove onmouseover and other ways of introducing javascript that are ordinarily removed when using the full CuteEditor with EnableStripScriptTags set to true.  Are there other utility functions available that will achieve the same results as using the full CuteEditor to remove scripts?
View Complete Thread