Good Morning,
I have two quesitons:
1) I am using the following code to disable a date look field:
crmForm.all.po_cclnoticeofsaletocarriercompleteddate.disabled = true;
crmForm.all.po_cclnoticeofsaletocarriercompleteddateimg.disabled = true;
crmForm.all.po_cclnoticeofsaletocarriercompleteddateimg.src = '/_imgs/btn_dis_cal.gif';
My first question is can I also turn the box around the date field a light gray instead of the standard black?
2) How do I do this same thing with a look up field (one that has a magnifying glass next to it)?
Thanks, Dale