COLOR CHANGE IN TEXTBOXES
Hi,
How do I change the text color in a textbox in a form?
first, I'm checking the value of a textbox, e.g
if(form.textbox1.value == "something")
{// change the text color to green }
else // change the text color to red
I'm using external javascript files that include the function that is validating the inputs in the textboxes...
Thanks, I appreciate it..
|