window.onload = function(){ var table = document.getElementById("tbl"); console.log(table.querySelectorAll("tbody tr").length); }