Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a text area with some aupopulated string in it...User can insert data in the text area..now the requirement is like that the new new inserted character would have different colour red...how to implement it by JavaScript?????? User can not only add character at the end of the string but also in middle or beginning of the string........when I am trying this it is changing all the colour of all the character .....
Posted
Updated 27-Sep-10 19:48pm
v2

1 solution

first repply, sorry wrongly posted.

you need to use RichTextControl.... or using HTML Editor...
 
Share this answer
 
Comments
Rounak Hasan 28-Sep-10 14:45pm    
I want to change the colour property charater by character..For a textarea it is not possible????
Sandeep Mewara 28-Sep-10 15:52pm    
No not possible for textarea.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900