You can do this by placing the following script in the OnLoad event of the CRM customized form:
OnLoad()
{
window.moveTo(0,0);
window.resizeTo(screen.availWidth, screen.availHeight);
}
Former Microsoft Mobility MVP 2008, 2009, 2010, 2011 now at MSFT
OnLoad()
{
window.moveTo(0,0);
window.resizeTo(screen.availWidth, screen.availHeight);
}
No comments:
Post a Comment