Click to See Complete Forum and Search --> : Table Row Events


gnanesh
07-16-2003, 04:43 PM
folks

I have a table like below

<table>
<tr onClick="javascript:abc();">
<td><input type = checkbox></td>
<td><input type=text name=txt1>abc</td>
<td><input type=text name=txt1>xyz</td>
</tr>
</table>

I need to get the values of all of the 'td' s when the user clicks on that particular row i.e row where in i need to pass all the values to the function which i will call

If any one knows how to do this, kindly let me know , any code is appreciated

Thanks & Regards
GG