hi frnds,
In my project am using onclick event of the lookup control.so i used the below code in my onload event.Its working fine in IE browser but not working in other browser.My code is,
crmForm.all.fieldname.onclick= function () {
alert("hi");
};
can any one give me a solution as soon as possible.Thanx in advance.
Arun Kumar G