I just finished a project with this similar vain. I chose 2 possible solutions.
1. cf_spellchecker (there is a cost, but it is very simple to add to the form) 2. Spellar Pages(source forge( - this involves installing Aspell (source forge) on your server and then updating the files to utilize the .cfm server script. I like this one the best. Hope this helps, William Seiter -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer http://William.Seiter.com -----Original Message----- From: Don L [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 5:23 PM To: CF-Talk Subject: lite spell checker? I know this question has been asked many times but this one is with a little twist. The FCKeditor seems interesting (it has spell checking feature), however, I'm only interested in its spell checker. Now, the "Basic" version in my limited experiment did not seem to be configurable, that is, the "Basic" has the following, let's call it {BasicDefault} for clarity, FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Italic',bla,bla] ] ; And when I edited it to the following, call it {BasicEdited} for clarity, FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Link','SpellCheck'] ] ; Outcome, FCKeditor still uses {BasicDefault}, does it require something else to be changed as well? But equallly important, this thing disables/excludes my other javascript for TextArea, that's bad, very bad. So, the question is, any light-weight spell checker out there for easy installation (don't want to get bogged down by compilation etc. etc. at this point)? I like FF2 for its spell checker capability... Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297391 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

