tab = document.getElementById('tabla'); for(i=0; ele = tab.getElementsByTagName('input')[i]; i++) ele.disabled = true;