Skip to main content

Posts

Showing posts from March, 2013

Crm 2011 Display Image for a contact JavaScript

Crm 2011 Display Image for a contact JavaScript This is an easy way to display an image attached to a contact on contact form I am using the XrmServiceToolkit.js from CodePlex. Create Image.html  which will be used as a html web resource, we will be adding this web resource on the contact form  <! DOCTYPE html > < html xmlns ="http://www.w3.org/1999/xhtml"> < head >     < title ></ title >     < script src ="../ClientGlobalContext.js.aspx" script type ="text/javascript" ></ script >     < script src ="../js/jquery.js"></ script >     < script src ="../js/json2.js"></ script >     < script src ="../js/XrmPage-vsdoc.js"></ script >     < script src ="../js/XrmServiceToolkit.js"></ script >     < script src ="../js/ContactImage.js"></ script > </ head >