I can\'t believe how long this has taken me but I can\'t seem to figure out how to extract a cell value from an HTML table as I iterate through the table with JavaScript. I
If I understand your question correctly, you are looking for innerHTML:
innerHTML
alert(col.firstChild.innerHTML);