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, Java, or JSP.
Here's the code used to run the above example:
<script language="JavaScript" src="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>
foundeo spell checker was formerly activspell