Finding selected table row id using javascript
Dear all,
I want to find the selected row id from a jsp file using javascript.
<script>
function getSelectedRowId() {
var row = document.getElementById "form1:table1:tableRowGroup1");
row.?
}
</script>
If anyone can help me filling up the above question mark.
Thanks in advance.

