January 16, 2008
Enable Right Mouse
To 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
—



