FP wrote:
> Is that what you
> meant by server side scripting?
Yep. That's what I meant.
> If so, thanks, but that's way over my
> head.
The best way to remedy that is to get your head right up there with it

If you're already a javascript programmer, learning PHP isn't all
that much of a stretch. There's actually a couple of server-side
javascript packages available as well.
Mind you, I'm not saying that a purely-client-side-javascript
spellchecker is *impossible*. On the contrary, it wouldn't be that hard
to implement. However, the javascript program would contain an enormous
dictionary, and your users would have to wait for it to load before the
spellchecking would work. That would be pretty annoying.
Jeremy