var hdrs=trows[0].cells; for ( var h = 0; h < hdrs.length; ++h ) { hdrs[h].onclick = function(){alert(this.innerHTML)} }