Offers FREE spell checking to any html form. This is the first release of this code. Please let me know if you find any problems. I would like to work them out ASAP. If you find a better way to handle something, send me the code. I will give you credit! Thanks! This accesses a free Spell Checking service on cdyne.com. View it in action now at: http://www.cdyne.com/SpellChecker/SpellTester.htm You can also view a web service function at http://ws.cdyne.com/spellchecker/check.asmx
This service is completely FREE!
You can use it from any HTML OR ASP page.
The SpellTester.htm page shows you how to implement the checker into your
projects.
The key to the button is the onClick="newWindow()" attribute.
Be sure to change the javascript to match your form and field's name.
It won't work in your pages if you don't change the values to match
the field that you wish to check.
NOTE:
If you make another platform work with this (such as perl). Please send
me the example code! I will leave your name in the code for credit.
I have also made a Javascript only version. It only corrects up to 1600 characters
do to limitations on URL query strings. Hence "POST" works much better and
requires server side scripting. If you really want to see this version, email me.