I want to add a label to crm 2011 which displays the value of one attribute available on the form with a certain style. I plan to do it as below
- Add an iframe as a web resource.
- Now once the form load completes , edit the source property of the iframe and append the value as a query string parameter to it. 3.After that access that query string parameter in the html web resource and set it on the label.
Now my question is :
Can I use normal javacript (document.getElementById ...)inside the iframe to set the label.I understand that parsing the DOM in CRM 2011 forms is not supported.Is it also not supported inside the iframe ?