Found my browser application spellchecker
As I mentioned earlier, I have a customer who wanted a spell check option for their browser (IE-only) application. It took a while but I finally found exactly what I needed.
First I thought about using VBScript to open a Word document and spawning the spell check, but that can get messy and it requires that the user copy and paste all the corrections back to the browser app. Then I came across the Google Spell-Check web service, which is cool but has a usage limit (10 words per call, max 1000 calls a day) and introduces a whole other can of worms with respect to gathering the words to send and filtering out noise words (all client side).
Finally, I think I have finally found the best solution. An IE plugin called ieSpell (www.iespell.com). From within any HTML form, just right click and select “Check Spelling”, and off you go with an interface that looks alot like the MS Office spellcheck interface. It is well priced with licenses from $15 per individual license, to $2 per license for groups from 500-1000, and has a free license for personal or charity use.