Announcements
No record found.
How can we re-size the popup window size when click “open in a new window” (I want specific size for each entity type)
*This post is locked for comments
Hi Vatsh_Sandeep,
I am guessing you are talking about CRM entity forms
You can have a JavaScript function on form on-load like below:
//resize window to full screen upon opening form window.moveTo(0,0); // start position of window - you can change as required window.resizeTo(screen.availWidth, screen.availHeight); // You can adjust height and width as required. this example is for fullscreen]
Let me know if this helps
Hi,
this solution is not working for me.
I want to resize a pop up when I create a task from an Entity. New activity --> Task
I have included this lines in the onload event:
alert(screen.availWidth +"-"+ screen.availHeight);
window.resizeTo(screen.availWidth, screen.availHeight);
the pop up if opened, the alert is showed by it is not resized... any ideas??
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.