Is there anyway to prevent <script> tags from being used in the webhtmleditor? Is there a setting that can be used that will strip out any tags that your application may not want to support?
Thanks
I guess you have to handle that your self, by going through the text inside the editor in the lost focus event of the text editor. let me know if that seems good to you.
I've always seen script tags get automatically removed in my tests. I believe this behavior is controlled by the browser, not directly by WebHtmlEditor.