一.CRM2011 Javascript 禁用子网格 // Disable a subgrid on a form function disableSubgrid(subgridName) { document.getElementById(subgridName + "_span").disabled = "true";} 来自http://www.magnetismsolutions.co.nz/blog/paul/12-02-28/Disable_Su…
//禁用后退按钮 function stopHistoryGo() { //禁用回退 window.location.hash="no-back-button"; window.location.hash="Again-No-back-button";//again because google chrome don't insert first hash into history window.location.hash="Again-No-back-b…