dummyagain
July 17th, 2007, 01:02 AM
I would like to know how to make a blank text field grey out? I know that when there is content, i can grey out the text field using
document.mainForm.data.disabled = true;
but how do make the whole text field grey out when there is no data in it?
Thank you.
document.mainForm.data.disabled = true;
but how do make the whole text field grey out when there is no data in it?
Thank you.