Help for this page

Select Code to Download


  1. or download this
    function toggleOther (elName, ignore) {
        var buttons = document.getElementsByName(elName);
    ...
            buttons[i].disabled = disable;
        }
    }
    
  2. or download this
    <input type="checkbox" name="GRU$Za" value="E" onclick="toggleOther('G
    +RU$Za', this)" />