Spell Checker needed

Does antone know of a spell checker that can be used in a web page to check the text in user input text boxes?
[124 byte] By [Mctoole] at [2007-9-27 13:54:47]
# 1
there are not exist (at least in form you can use it)
daniel_ubh at 2007-7-5 21:43:57 > top of Java-index,Archived Forums,Java Programming...
# 2

I doubt very much you'd find a Javascript spell-checker, and if you did you wouldn't want to use it because the download time for the dictionary words would be horrendous. So you'd want to upload the text box to the server and do the checking there (I think Hotmail, or one of the Internet mail services, does exactly that). That gives you more freedom in how you can implement it. As for does one exist, a Google search for "java spelling check utility" suggests the answer is "Yes".

DrClap at 2007-7-5 21:43:57 > top of Java-index,Archived Forums,Java Programming...
# 3
try this: http://sourceforge.net/projects/jazzyLior
liororen at 2007-7-5 21:43:57 > top of Java-index,Archived Forums,Java Programming...