I am new to CRM 2011 Javascript,Can anyone please suggest me in writing the below lines in CRM 2011 Javascript to support multi browsers please.
In IE it is working fine but not in other browsers
crmForm.new_schemaname.DataValue = crmForm.all.schemaname.DataValue;
I tried to write like this
Xrm.Page.getAttribute("new_schemaname").getValue() = Xrm.Page.getAttribute("schemaname").getValue();
Throwing error saying Can't assign to a function result