Sot: FCKeditor help - strip out script tags...

2006-05-04 Thread Katz, Dov B \(IT\)
How can I strip out script tags? I want users to be able to edit the HTML source, using fckeditor, but I want to disallow certain tags, and scrub them out before submitting my form Any ideas? Thanks Dov NOTICE: If received in error,

Re: Sot: FCKeditor help - strip out script tags...

2006-05-04 Thread Denny Valliant
Ooo! FCK Rocks! It's got some built-in stuff for stripping tags, but I wouldn't hesitate to add some sort of server-side check as well (regular expression perhaps). Check the fckconfig.js for the FCKEditor settings (next to ASP and PHP stripping settings), and regular-expressions.com has a nice