View Single Post
Old 01-14-2013, 06:39 PM   PM User | #2
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,437
Thanks: 52
Thanked 453 Times in 451 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
in keeping with what looks alot to me like Old Pedant's code, put this after the var trows line:

Code:
var hdrs=trows[0].cells;
	  
	  for ( var h = 0; h < hdrs.length; ++h )
      {
	  hdrs[h].onclick = function(){alert(this.innerHTML)}
      }
xelawho is offline   Reply With Quote
Users who have thanked xelawho for this post:
jason_kelly (01-15-2013)