Open a contact screen as popup in MS CRM
Code (Javascript &Html) <html><head> <meta charset="utf-8"> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <script src="https://code.jquery.com/ui/1.10.4/ -ui.js"></script> <script src="ClientGlobalContext.js.aspx" type="text/javascript"></script> <link href="https://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" rel="stylesheet"> </head><body style="border: 1px solid black; -ms-zoom: 1;"> <script type="text/javascript"> function Init () { if (window.addEventListener) { // all browsers except IE before version 9 window.addEventListener ("message", OnMessage, false); } else { if (window.attachEvent) { // IE before version 9 window.attachEvent("onmessage", OnMessage); } } } function OnMessage (event) { var me
கருத்துகள்
கருத்துரையிடுக