i tried this code but its not working.. when i on-focus textbox it shows error
function ChangeBgColor(obj, evt) { if(evt.type==\"focus\"
obj.style.background = "#C8C8C8";