Great script for hiding buttons on forms, this can be used for both custom buttons or out of the box buttons. Code is from DMCRM and can be found here. onload //Get all of the List Elements var lis = document.getElementsByTagName(‘LI’); var i = 0; //Loop through the list items while (i < lis.length) { [...]
