Hi All
Normally when we append picklist to a document in crm 2011, we script it as
textControl.parentElement.appendChild(picklistControl);
For cross browser compatibility, appendChild() is not supported. Anyone have suggestion how to updateappendChild() for cross browser scenario?
Thanks
Av