On the .net page, before the submit button is submitted, the text box content of the page is sent to Google's interface through ajax and a proxy class. The interface will return the spelling result. If there are no spelling errors, the browser The client will directly execute the submission operation. If there is an error, a Spell Check Error dialog box will pop up, prompting the user to make modifications. 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