Guru Prasad's Blog: Microsoft Dynamics CRM
Just to Share My Knowledge on Microsoft Dynamics CRM...
Tuesday, July 12, 2011
Maximizing CRM Form using javascript in CRM 2011
Hi All, Maximizing CRM Form script has been changed slightly in CRM 2011. use the following code to maximize CRM Forms using javascript
window.top.moveTo(0,0);
window.top.resizeTo(screen.width, screen.height);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment