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
Spelling for HTML Elements by ID
You can check almmost any tag or element.
Just like ths one.
Just like ths one.
To spell check an html element, add its id to the ASPSpellLink.fields property.
e.g. myLink.fields="element1"
For iFrames the ASPSpellLink.Fields property should be set to the id of the iFrame.
e.g. myLink.fields="iframe:iFrame_id"
