change font color of label red
Hi all,
I need a urgent help on this
i have a form in which i am using javascript to validate the form .Suppose
if(form.first_name.value == ""){----checking here if text value is empty
form.fname.colr='red';---trying to make text color of label red
return false;
}
Solve it!!!!!!!!!!plz
|