I have a asp based website. I would like to do spelling and grammar check for onblur event on a text field.
Is there any javascript or asp based library available to do this?
thanks
-Vivek
I have a asp based website. I would like to do spelling and grammar check for onblur event on a text field.
Is there any javascript or asp based library available to do this?
thanks
-Vivek
And don't know about grammer, but for spell checking you might have a look at this library.
There are plenty of these components available online. example search http://www.sourcecodeonline.com/list?q=spelling_grammar_checker
If it runs serverside, just use some ajax calls in your onblur event handler.
You can find a site that provides this service online and curl the results.
I provide solutions, legal and moral issues are yours to ponder.