locked
How to Change Form size in MS CRM 2013 RRS feed

  • Question

  • hi all,

    Can any please tell me how to change form size in MSCRM 2013

    I try  this function

    function onload(){

    window.top.resizeTo(screen.width, (screen.height - 50));
    window.top.moveTo(0, 0);
    }

    on  onload Event of form but it is not wroking for me

    Thank's in Advance......


    Monday, May 19, 2014 9:06 AM