Spelling for HTML Elements by ID

You can check almmost any tag or element.
Just like ths one.



Spell Check

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"

 

< More Demonstrations of ASP Spell Checking Applications