Spell Check Multiple Fields (WebMail Application Example)

To
CC
BCC
Subject:
Body: Spell Check

Tutorial:

To spell check multiple fields you can set the value of the
ASPSpellLink.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.


Download Full Source

< More Demonstrations of ASP Spell Checking Applications