This is a little tricky and browsers use all kinds of proprietary extensions to do this. I think text-area (i.e. HTML textarea tag) is already subject to English spell-check. If you wanted <input> field to
subject to spell-check, you could do something like: <input type="text" spellcheck="true" .../>.
Remember:
- This is subject to browser whims.
- Firefox and Firebug are your friends.
Hope this helps in spite of the fact that this is not a forum for such queries as someone pointed.
Regards,
Kedar
[Message sent by forum member 'km' (km)]
http://forums.java.net/jive/thread.jspa?messageID=254617