Enable Right Mouse
Wednesday, January 16th, 2008To enable the right mouse button on a specific page put
javascript:void(document.oncontextmenu=null);
in the addressbar of your window.To enable the right mouse button for the complete application, you have to change the Global.js. See http://services.proworks.com/TeamBlog/2005/12/enabling-context-menu-in-microsoft-crm.html




