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......