Hi all,
I have textbox with text 'enter short name'.on page load i need to make the text color as
'Gray' .Below is the code i am using to gray out.It's working fine for IE8 & IE9.But it's not gray out for IE7
document.getElementById("tcHeader_tpGeneral_txtProductName").style.color = "grey";