Add a spell checker to your web application in just two lines of code with the Foundeo spell checker.
The spell checker runs on your server using either ColdFusion, PHP, ASP, Java, JSP, or ASP.NET.
We support multiple languages besides english, such as: Spanish, French, German, Medical, Legal, and more. Additional language dictionaries cost $99 each.
Here's the code used to run the above example:
<script language="JavaScript" src="/spellcheck/spell.js" type="text/javascript"></script> <form name="myForm"> <textarea name="content">I am speled wrang</textarea> <input type="button" value="Check Spelling" onClick="spell('document.myForm.content.value');" /> </form>
View documentation
foundeo spell checker was formerly activspell