Monday, August 27, 2012

get data of a cell in a table using javascript

go to required "td" tag (tdTag)
alert(tdTag.innerHTML);

0 comments:

Post a Comment