Here is the JScript to hide the left navigation area (completly) of any CRM form.
document.all.crmNavBar.parentElement.style.display = "none";
document.all.tdAreas.colSpan = 2;
document.all.crmNavBar.parentElement.style.display = "none";
document.all.tdAreas.colSpan = 2;
1 comment:
Love it. Thanks.
Post a Comment