ASPSpellCheck Demos
Examples with full source-code
> Website Forms Spelling Validation
> Spell Check almost any Rich Editor
> Spell Check when Submitting a Form
> Backend ASP SpellCheck Functions
> Multilingual Spell Check
> Spell Check HTML Elements
> AJAX Spell Check
Spell Check Multiple Fields (WebMail Application Example)
| To | |
| CC | |
| BCC | |
| Subject: | |
| Body: |
|
Tutorial:
To spell check multiple fields you can set the value of theASPSpellLink.fields property into a comma separated list.
myLink.fields="MyTextArea,MyTextInput,MyHTMLElement"
Where MyTextArea, MyTextInput and MyHTMLElement are example ID values of elements on your web page.
Note that field ID names are always Case Sensitive. Do not use spaces between items in the list.
