I have an Entity in CRM-2011. I want to put up a small panel in the title of this entity. I am adding a webresource javascript file inside which i am trying to access the title bar of this entity.
What i have written is document.getElementById("form_title_div")
. However, it is returning as NULL.
How can i access this title bar of the entity for any HTML activity from webresource javascript. Please assist