we are after a JavaScript spell checker to run on our web app. it just needs to work on textareas and textboxes, no other checking is needed.
ideally it would also have the ability to add words to the global dictionary as we have quite a lot of in-house jargon.
unfortunately it also has to work on the beastly browser (IE6) ... crap
could anyone suggest a good option?
I have done a bit of looking, and the demo of the jquery php http://code.google.com/p/jquery-spellchecker/ one is exactly the sort of thing we are after, but to run on windows; don't really want to have to screw around with php just for this.
thanks
nat
*EDIT: i have found a asp.net port of the jquery spellchecker.. however it doesnt use the dictionary, instead uses googles one. which is great apart from not being able to add new words.. if anyone is interested its here: http://forums.asp.net/t/1519923.aspx *