If you're looking to change the color of the text in a text box...
Code:
document.getElementById("the_text_box").style.color="#ff0000";
Unless there's other text in the text box you don't want to change?
Quote:
quote:
...the color of just the text...
|
You will have to clarify for me, unless this helps you.;)
Snib