It is used to open a URL in new window with properties. It is working on all browsers window.open('http://www.google.com', 'mywindow', 'menubar=1,resizable=1,width=350,height=250');
Microsoft Dynamics CRM 2011 - JavaScript Development There is a very handy JavaScript development cheat sheet available for Dynamics CRM 2011. It is by Daniel Cai, a Microsoft Dynamics CRM MVP . I always refer to this cheat sheet's PDF whenever I need help in the new CRM 2011 JavaScript model. Thanks to Daniel for a wonderful thought! You can download this PDF from his blog: http://danielcai.blogspot.com.au/2011/04/microsoft-dynamics-crm-2011-javascript.html I am just displaying all the methods, in my blog, so that they are easy to search from any search engine. Xrm.Page.context Methods · getAuthenticationHeader: Returns the encoded SOAP header for MSCRM 4.0 style Web service calls · getCurrentTheme: Returns th...