var url ="http://YOUR_SERVER/llisapi.dll?func=ll&objId=YOUR_LIVEREPORT_ID&objAction=runReport;var resultArray = [];<script type="text/javascript">$.get( url, function( data ) { $.each($(data).find("#ReportTable").find("td[nowrap='']"),function(k,v){ //Add each value inside the resultArray. resultArray.push($(v).html().replace(new RegExp(" ", 'g'),""))) });});</script>