Is there any way that I can insert spell check on my textbox.
PROCEDURE
1. When I type text on the multiline textbox it will display red wavy lines below the word that is mispelled.
2. When I click on the red wavy underlined mispelled word, it will display all suggested word.
NOTE
a. If this is not possible it will just display red wavy lines.
b. I'm also using IE8.
c. No buttons must be use. Textbox only.
I tried using javascriptspellchecker but it doesn't work on textbox.
If you could give me some links that is similar with my problem. Thanks.