The implementation principle is on the .net page, before the submit button is submitted, the text box content of the page is sent to the Google interface through ajax and the proxy class. The interface will return the spelling result. If there are no spelling errors, The browser will directly perform the submission operation. If there is an error, a Spell Check Error dialog box will pop up, prompting the user to make changes. Click "yes" to return to the page for modification. If you click "No", the spelling errors will be ignored and submitted directly.
Features of use
1. Powerful function, can check multiple languages, such as English, French, Russian, etc.;
2. Easy to use, just add some simple codes to check the spelling of all input boxes on the page;
3. Check quickly, check in real time, and return results in real time;
4. Similar word choices can be provided.
Expand