gnanesh
07-18-2003, 07:20 AM
hi
I have a table with all TR'S & TD'S , When i display the table the user should be able to click on any Row's to see that particular information, It display's a FORM when the user selects Row and we are providing options like create,update,search or delete ,
I need to know how do i call any javascript functions from any TR's so that i get all TD'S data corresponding to that TR
<table>
<tr onclick="abc(this);">
<td class="td1">Sam</td>
<td class ="td1">California</td>
</tr>
</table>
If any one knows how to get all the TD values of a particular TR please let me know, I appreciate if you could post me some code on this
Regards
GG
I have a table with all TR'S & TD'S , When i display the table the user should be able to click on any Row's to see that particular information, It display's a FORM when the user selects Row and we are providing options like create,update,search or delete ,
I need to know how do i call any javascript functions from any TR's so that i get all TD'S data corresponding to that TR
<table>
<tr onclick="abc(this);">
<td class="td1">Sam</td>
<td class ="td1">California</td>
</tr>
</table>
If any one knows how to get all the TD values of a particular TR please let me know, I appreciate if you could post me some code on this
Regards
GG